Package net.heberling.ismart.asn1.v1_1
Class BasicPosition
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.BasicPosition
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class BasicPosition extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description BasicPosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetLatitude()IntegergetLongitude()org.bn.coders.IASN1PreparedElementDatagetPreparedData()voidinitWithDefaults()voidsetLatitude(Integer value)voidsetLongitude(Integer value)
-
-
-
Method Detail
-
getLatitude
public Integer getLatitude()
-
setLatitude
public void setLatitude(Integer value)
-
getLongitude
public Integer getLongitude()
-
setLongitude
public void setLongitude(Integer value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-