Package com.luciad.format.gml31.model
Class TLcdGML31GridEnvelope
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31GridEnvelope
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
- Since:
- 2018.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thehighelement.static final TLcdDataPropertyData property that maps to thelowelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHigh()Returns the value of the property that maps to thehighelement.getLow()Returns the value of the property that maps to thelowelement.voidsetHigh(ILcdLongList aValue) Sets the value of the property that maps to thehighelement.voidsetLow(ILcdLongList aValue) Sets the value of the property that maps to thelowelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
LOW_PROPERTY
Data property that maps to thelowelement. The possible values for this property are instances ofILcdLongList. -
HIGH_PROPERTY
Data property that maps to thehighelement. The possible values for this property are instances ofILcdLongList.
-
-
Constructor Details
-
TLcdGML31GridEnvelope
public TLcdGML31GridEnvelope() -
TLcdGML31GridEnvelope
-
-
Method Details
-
getLow
Returns the value of the property that maps to thelowelement.- Returns:
- the value of the
LOW_PROPERTYproperty.
-
setLow
Sets the value of the property that maps to thelowelement.- Parameters:
aValue- the value to set for theLOW_PROPERTYproperty.
-
getHigh
Returns the value of the property that maps to thehighelement.- Returns:
- the value of the
HIGH_PROPERTYproperty.
-
setHigh
Sets the value of the property that maps to thehighelement.- Parameters:
aValue- the value to set for theHIGH_PROPERTYproperty.
-