org.csapi.mm
Class TpGeographicalPosition
java.lang.Object
org.csapi.mm.TpGeographicalPosition
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class TpGeographicalPosition
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of struct "TpGeographicalPosition"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Longitude
public float Longitude
Latitude
public float Latitude
TypeOfUncertaintyShape
public TpLocationUncertaintyShape TypeOfUncertaintyShape
UncertaintyInnerSemiMajor
public float UncertaintyInnerSemiMajor
UncertaintyOuterSemiMajor
public float UncertaintyOuterSemiMajor
UncertaintyInnerSemiMinor
public float UncertaintyInnerSemiMinor
UncertaintyOuterSemiMinor
public float UncertaintyOuterSemiMinor
AngleOfSemiMajor
public int AngleOfSemiMajor
SegmentStartAngle
public int SegmentStartAngle
SegmentEndAngle
public int SegmentEndAngle
TpGeographicalPosition
public TpGeographicalPosition()
TpGeographicalPosition
public TpGeographicalPosition(float Longitude,
float Latitude,
TpLocationUncertaintyShape TypeOfUncertaintyShape,
float UncertaintyInnerSemiMajor,
float UncertaintyOuterSemiMajor,
float UncertaintyInnerSemiMinor,
float UncertaintyOuterSemiMinor,
int AngleOfSemiMajor,
int SegmentStartAngle,
int SegmentEndAngle)
Copyright © 2009. All Rights Reserved.