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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thehigh
element.static final TLcdDataProperty
Data property that maps to thelow
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHigh()
Returns the value of the property that maps to thehigh
element.getLow()
Returns the value of the property that maps to thelow
element.void
setHigh
(ILcdLongList aValue) Sets the value of the property that maps to thehigh
element.void
setLow
(ILcdLongList aValue) Sets the value of the property that maps to thelow
element.
-
Field Details
-
LOW_PROPERTY
Data property that maps to thelow
element. The possible values for this property are instances ofILcdLongList
. -
HIGH_PROPERTY
Data property that maps to thehigh
element. 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 thelow
element.- Returns:
- the value of the
LOW_PROPERTY
property.
-
setLow
Sets the value of the property that maps to thelow
element.- Parameters:
aValue
- the value to set for theLOW_PROPERTY
property.
-
getHigh
Returns the value of the property that maps to thehigh
element.- Returns:
- the value of the
HIGH_PROPERTY
property.
-
setHigh
Sets the value of the property that maps to thehigh
element.- Parameters:
aValue
- the value to set for theHIGH_PROPERTY
property.
-