Package com.luciad.format.gml32.model
Class TLcdGML32RectifiedGrid
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
com.luciad.format.gml32.model.TLcdGML32Grid
com.luciad.format.gml32.model.TLcdGML32RectifiedGrid
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdShape,ILcdCloneable,ILcdDeepCloneable,Serializable,Cloneable
A rectified grid is a grid for which there is an affine transformation between the grid coordinates and the coordinates of an external coordinate reference system. It is defined by specifying the position (in some geometric space) of the grid "origin" and of the vectors that specify the post locations.
Note that the grid limits (post indexes) and axis name properties are inherited from gml:GridType and that gml:RectifiedGrid adds a gml:origin property (contains or references a gml:Point) and a set of gml:offsetVector properties.
- Since:
- 2017.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theoffsetVectorelement.static final TLcdDataPropertyData property that maps to theoriginelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Grid
AXIS_LABELS_AXIS_NAME_PROPERTY, DIMENSION_PROPERTY, LIMITS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
SRS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theoffsetVectorelement.Returns the value of the property that maps to theoriginelement.voidsetOrigin(TLcdGML32Point aValue) Sets the value of the property that maps to theoriginelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Grid
getAxisLabels_axisName, getDimension, getLimits, setAxisLabels_axisName, setDimension, setLimitsMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getSrs, setSrs, toStringMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierMethods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValueMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Field Details
-
ORIGIN_PROPERTY
Data property that maps to theoriginelement. The possible values for this property are instances ofTLcdGML32PointProperty. -
OFFSET_VECTOR_PROPERTY
Data property that maps to theoffsetVectorelement. The possible values for this property are instances ofList<TLcdGML32Vector>.
-
-
Constructor Details
-
TLcdGML32RectifiedGrid
public TLcdGML32RectifiedGrid() -
TLcdGML32RectifiedGrid
-
-
Method Details
-
getOrigin
Returns the value of the property that maps to theoriginelement.- Returns:
- the value of the
ORIGIN_PROPERTYproperty. - See Also:
-
setOrigin
Sets the value of the property that maps to theoriginelement.- Parameters:
aValue- the value to set for theORIGIN_PROPERTYproperty.
-
getOffsetVector
Returns the value of the property that maps to theoffsetVectorelement.- Returns:
- the value of the
OFFSET_VECTOR_PROPERTYproperty.
-