org.csapi.mm
Class TpLocationTrigger

java.lang.Object
  extended by org.csapi.mm.TpLocationTrigger
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpLocationTrigger
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpLocationTrigger"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int AngleOfSemiMajor
           
 float AreaSemiMajor
           
 float AreaSemiMinor
           
 TpLocationTriggerCriteria Criterion
           
 float Latitude
           
 float Longitude
           
 int ReportingInterval
           
 
Constructor Summary
TpLocationTrigger()
           
TpLocationTrigger(float Longitude, float Latitude, float AreaSemiMajor, float AreaSemiMinor, int AngleOfSemiMajor, TpLocationTriggerCriteria Criterion, int ReportingInterval)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Longitude

public float Longitude

Latitude

public float Latitude

AreaSemiMajor

public float AreaSemiMajor

AreaSemiMinor

public float AreaSemiMinor

AngleOfSemiMajor

public int AngleOfSemiMajor

Criterion

public TpLocationTriggerCriteria Criterion

ReportingInterval

public int ReportingInterval
Constructor Detail

TpLocationTrigger

public TpLocationTrigger()

TpLocationTrigger

public TpLocationTrigger(float Longitude,
                         float Latitude,
                         float AreaSemiMajor,
                         float AreaSemiMinor,
                         int AngleOfSemiMajor,
                         TpLocationTriggerCriteria Criterion,
                         int ReportingInterval)


Copyright © 2009. All Rights Reserved.