public class GeodeticInformationImpl extends OctetStringBase implements GeodeticInformation
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<GeodeticInformationImpl> |
GEODETIC_INFORMATION_XML
XML Serialization/Deserialization
|
_PrimitiveName, data, maxLength, minLength| Constructor and Description |
|---|
GeodeticInformationImpl() |
GeodeticInformationImpl(byte[] data) |
GeodeticInformationImpl(int screeningAndPresentationIndicators,
TypeOfShape typeOfShape,
double latitude,
double longitude,
double uncertainty,
int confidence) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConfidence() |
byte[] |
getData() |
double |
getLatitude() |
double |
getLongitude() |
int |
getScreeningAndPresentationIndicators() |
TypeOfShape |
getTypeOfShape() |
double |
getUncertainty() |
void |
setData(int screeningAndPresentationIndicators,
TypeOfShape typeOfShape,
double latitude,
double longitude,
double uncertainty,
int confidence) |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCode, printDataArrprotected static final javolution.xml.XMLFormat<GeodeticInformationImpl> GEODETIC_INFORMATION_XML
public GeodeticInformationImpl()
public GeodeticInformationImpl(byte[] data)
public GeodeticInformationImpl(int screeningAndPresentationIndicators,
TypeOfShape typeOfShape,
double latitude,
double longitude,
double uncertainty,
int confidence)
throws MAPException
MAPExceptionpublic void setData(int screeningAndPresentationIndicators,
TypeOfShape typeOfShape,
double latitude,
double longitude,
double uncertainty,
int confidence)
throws MAPException
MAPExceptionpublic byte[] getData()
getData in interface GeodeticInformationpublic int getScreeningAndPresentationIndicators()
getScreeningAndPresentationIndicators in interface GeodeticInformationpublic TypeOfShape getTypeOfShape()
getTypeOfShape in interface GeodeticInformationpublic double getLatitude()
getLatitude in interface GeodeticInformationpublic double getLongitude()
getLongitude in interface GeodeticInformationpublic double getUncertainty()
getUncertainty in interface GeodeticInformationpublic int getConfidence()
getConfidence in interface GeodeticInformationpublic String toString()
toString in class OctetStringBaseCopyright © 2016. All Rights Reserved.