public class ExtGeographicalInformationImpl extends OctetStringBase implements ExtGeographicalInformation
_PrimitiveName, data, maxLength, minLength| Modifier | Constructor and Description |
|---|---|
|
ExtGeographicalInformationImpl() |
|
ExtGeographicalInformationImpl(byte[] data) |
protected |
ExtGeographicalInformationImpl(int minLength,
int maxLength,
String _PrimitiveName) |
protected |
ExtGeographicalInformationImpl(int minLength,
int maxLength,
String _PrimitiveName,
byte[] data) |
|
ExtGeographicalInformationImpl(TypeOfShape typeOfShape,
double latitude,
double longitude,
double uncertainty,
double uncertaintySemiMajorAxis,
double uncertaintySemiMinorAxis,
double angleOfMajorAxis,
int confidence,
int altitude,
double uncertaintyAltitude,
int innerRadius,
double uncertaintyRadius,
double offsetAngle,
double includedAngle) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAltitude() |
double |
getAngleOfMajorAxis() |
int |
getConfidence() |
byte[] |
getData() |
double |
getIncludedAngle() |
int |
getInnerRadius() |
double |
getLatitude() |
double |
getLongitude() |
double |
getOffsetAngle() |
TypeOfShape |
getTypeOfShape() |
double |
getUncertainty() |
double |
getUncertaintyAltitude() |
double |
getUncertaintyRadius() |
double |
getUncertaintySemiMajorAxis() |
double |
getUncertaintySemiMinorAxis() |
protected void |
initData(TypeOfShape typeOfShape,
double latitude,
double longitude,
double uncertainty,
double uncertaintySemiMajorAxis,
double uncertaintySemiMinorAxis,
double angleOfMajorAxis,
int confidence,
int altitude,
double uncertaintyAltitude,
int innerRadius,
double uncertaintyRadius,
double offsetAngle,
double includedAngle) |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCode, printDataArrpublic ExtGeographicalInformationImpl()
protected ExtGeographicalInformationImpl(int minLength,
int maxLength,
String _PrimitiveName)
public ExtGeographicalInformationImpl(byte[] data)
protected ExtGeographicalInformationImpl(int minLength,
int maxLength,
String _PrimitiveName,
byte[] data)
public ExtGeographicalInformationImpl(TypeOfShape typeOfShape, double latitude, double longitude, double uncertainty, double uncertaintySemiMajorAxis, double uncertaintySemiMinorAxis, double angleOfMajorAxis, int confidence, int altitude, double uncertaintyAltitude, int innerRadius, double uncertaintyRadius, double offsetAngle, double includedAngle) throws MAPException
MAPExceptionprotected void initData(TypeOfShape typeOfShape, double latitude, double longitude, double uncertainty, double uncertaintySemiMajorAxis, double uncertaintySemiMinorAxis, double angleOfMajorAxis, int confidence, int altitude, double uncertaintyAltitude, int innerRadius, double uncertaintyRadius, double offsetAngle, double includedAngle) throws MAPException
MAPExceptionpublic byte[] getData()
getData in interface ExtGeographicalInformationpublic TypeOfShape getTypeOfShape()
getTypeOfShape in interface ExtGeographicalInformationpublic double getLatitude()
getLatitude in interface ExtGeographicalInformationpublic double getLongitude()
getLongitude in interface ExtGeographicalInformationpublic double getUncertainty()
getUncertainty in interface ExtGeographicalInformationpublic double getUncertaintySemiMajorAxis()
getUncertaintySemiMajorAxis in interface ExtGeographicalInformationpublic double getUncertaintySemiMinorAxis()
getUncertaintySemiMinorAxis in interface ExtGeographicalInformationpublic double getAngleOfMajorAxis()
getAngleOfMajorAxis in interface ExtGeographicalInformationpublic int getConfidence()
getConfidence in interface ExtGeographicalInformationpublic int getAltitude()
getAltitude in interface ExtGeographicalInformationpublic double getUncertaintyAltitude()
getUncertaintyAltitude in interface ExtGeographicalInformationpublic int getInnerRadius()
getInnerRadius in interface ExtGeographicalInformationpublic double getUncertaintyRadius()
getUncertaintyRadius in interface ExtGeographicalInformationpublic double getOffsetAngle()
getOffsetAngle in interface ExtGeographicalInformationpublic double getIncludedAngle()
getIncludedAngle in interface ExtGeographicalInformationpublic String toString()
toString in class OctetStringBaseCopyright © 2016. All Rights Reserved.