Package com.luciad.format.gml32.model
Class TLcdGML32GridEnvelope
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32GridEnvelope
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,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:
- 2017.0
-
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.
-
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
-
TLcdGML32GridEnvelope
public TLcdGML32GridEnvelope() -
TLcdGML32GridEnvelope
-
-
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.
-