Class TLcdISO19115GridSpatialRepresentation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.spatial.TLcdISO19115SpatialRepresentation
com.luciad.format.metadata.model.spatial.TLcdISO19115GridSpatialRepresentation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115Georectified,TLcdISO19115Georeferenceable
Types and numbers of raster spatial objects in the dataset
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaxisDimensionPropertieselement.static final TLcdDataPropertyData property that maps to thecellGeometryelement.static final TLcdDataPropertyData property that maps to thenumberOfDimensionselement.static final TLcdDataPropertyData property that maps to thetransformationParameterAvailabilityelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theAXIS_DIMENSION_PROPERTIES_PROPERTYproperty adapted to a list ofTLcdISO19115Dimensioninstances.Returns the role value contained in the value of theCELL_GEOMETRY_PROPERTYproperty.Returns the role value contained in the value of theNUMBER_OF_DIMENSIONS_PROPERTYproperty.Returns the role value contained in the value of theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYproperty.voidSets the value of the property that maps to thecellGeometryelement.voidsetNumberOfDimensions(Long aValue) Sets the value of the property that maps to thenumberOfDimensionselement.voidSets the value of the property that maps to thetransformationParameterAvailabilityelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
NUMBER_OF_DIMENSIONS_PROPERTY
Data property that maps to thenumberOfDimensionselement. The possible values for this property are instances ofTLcdISO19115Optional<Long>. -
AXIS_DIMENSION_PROPERTIES_PROPERTY
Data property that maps to theaxisDimensionPropertieselement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Dimension>>. -
CELL_GEOMETRY_PROPERTY
Data property that maps to thecellGeometryelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CellGeometryCode>. -
TRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
Data property that maps to thetransformationParameterAvailabilityelement. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>.
-
-
Constructor Details
-
TLcdISO19115GridSpatialRepresentation
public TLcdISO19115GridSpatialRepresentation() -
TLcdISO19115GridSpatialRepresentation
-
-
Method Details
-
getNumberOfDimensions
Returns the role value contained in the value of theNUMBER_OF_DIMENSIONS_PROPERTYproperty. Returnsnullif the value of theNUMBER_OF_DIMENSIONS_PROPERTYproperty isnull.- Returns:
- the role value of the
NUMBER_OF_DIMENSIONS_PROPERTYproperty. - See Also:
-
setNumberOfDimensions
Sets the value of the property that maps to thenumberOfDimensionselement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theNUMBER_OF_DIMENSIONS_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theNUMBER_OF_DIMENSIONS_PROPERTYproperty.
-
getAxisDimensionProperties
Gets the value of theAXIS_DIMENSION_PROPERTIES_PROPERTYproperty adapted to a list ofTLcdISO19115Dimensioninstances.- Returns:
- the value of the
AXIS_DIMENSION_PROPERTIES_PROPERTYproperty adapted to a list ofTLcdISO19115Dimensioninstances. - See Also:
-
getCellGeometry
Returns the role value contained in the value of theCELL_GEOMETRY_PROPERTYproperty. Returnsnullif the value of theCELL_GEOMETRY_PROPERTYproperty isnull.- Returns:
- the role value of the
CELL_GEOMETRY_PROPERTYproperty. - See Also:
-
setCellGeometry
Sets the value of the property that maps to thecellGeometryelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCELL_GEOMETRY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCELL_GEOMETRY_PROPERTYproperty.
-
getTransformationParameterAvailability
Returns the role value contained in the value of theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYproperty. Returnsnullif the value of theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYproperty isnull.- Returns:
- the role value of the
TRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYproperty. - See Also:
-
setTransformationParameterAvailability
Sets the value of the property that maps to thetransformationParameterAvailabilityelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYproperty.
-