Package com.luciad.format.gml31.model
Class TLcdGML31Grid
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31AbstractGeometry
com.luciad.format.gml31.model.TLcdGML31Grid
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdShape,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML31RectifiedGrid
An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
- Since:
- 2018.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaxisNameelement.static final TLcdDataPropertyData property that maps to thedimensionattribute.static final TLcdDataPropertyProperty that maps on thegidattribute.static final TLcdDataPropertyData property that maps to thelimitselement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGeometry
SRS_PROPERTYFields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theaxisNameelement.longReturns the value of the property that maps to thedimensionattribute.getGid()Gets the value of theGID_PROPERTYproperty.Returns the value of the property that maps to thelimitselement.voidsetDimension(long aValue) Sets the value of the property that maps to thedimensionattribute.voidSets the value of theGID_PROPERTYproperty.voidsetLimits(TLcdGML31GridLimits aValue) Sets the value of the property that maps to thelimitselement.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGeometry
contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getSrs, setSrs, toStringMethods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeatureMethods 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
-
DIMENSION_PROPERTY
Data property that maps to thedimensionattribute. The possible values for this property are instances oflong. -
LIMITS_PROPERTY
Data property that maps to thelimitselement. The possible values for this property are instances ofTLcdGML31GridLimits. -
AXIS_NAME_PROPERTY
Data property that maps to theaxisNameelement. The possible values for this property are instances ofList<String>. -
GID_PROPERTY
Property that maps on thegidattribute. Acceptable values for this property are instances ofjava.lang.String.
-
-
Constructor Details
-
TLcdGML31Grid
public TLcdGML31Grid() -
TLcdGML31Grid
-
-
Method Details
-
getDimension
public long getDimension()Returns the value of the property that maps to thedimensionattribute.- Returns:
- the value of the
DIMENSION_PROPERTYproperty.
-
setDimension
public void setDimension(long aValue) Sets the value of the property that maps to thedimensionattribute.- Parameters:
aValue- the value to set for theDIMENSION_PROPERTYproperty.
-
getLimits
Returns the value of the property that maps to thelimitselement.- Returns:
- the value of the
LIMITS_PROPERTYproperty.
-
setLimits
Sets the value of the property that maps to thelimitselement.- Parameters:
aValue- the value to set for theLIMITS_PROPERTYproperty.
-
getAxisName
Returns the value of the property that maps to theaxisNameelement.- Returns:
- the value of the
AXIS_NAME_PROPERTYproperty.
-
getGid
Gets the value of theGID_PROPERTYproperty.This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
- Returns:
- the value of the
GID_PROPERTYproperty.
-
setGid
Sets the value of theGID_PROPERTYproperty.This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
- Parameters:
aValue- the value to set for theGID_PROPERTYproperty.
-