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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theaxisDimensionProperties
element.static final TLcdDataProperty
Data property that maps to thecellGeometry
element.static final TLcdDataProperty
Data property that maps to thenumberOfDimensions
element.static final TLcdDataProperty
Data property that maps to thetransformationParameterAvailability
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theAXIS_DIMENSION_PROPERTIES_PROPERTY
property adapted to a list ofTLcdISO19115Dimension
instances.Returns the role value contained in the value of theCELL_GEOMETRY_PROPERTY
property.Returns the role value contained in the value of theNUMBER_OF_DIMENSIONS_PROPERTY
property.Returns the role value contained in the value of theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
property.void
Sets the value of the property that maps to thecellGeometry
element.void
setNumberOfDimensions
(Long aValue) Sets the value of the property that maps to thenumberOfDimensions
element.void
Sets the value of the property that maps to thetransformationParameterAvailability
element.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 thenumberOfDimensions
element. The possible values for this property are instances ofTLcdISO19115Optional<Long>
. -
AXIS_DIMENSION_PROPERTIES_PROPERTY
Data property that maps to theaxisDimensionProperties
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Dimension>>
. -
CELL_GEOMETRY_PROPERTY
Data property that maps to thecellGeometry
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115CellGeometryCode>
. -
TRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
Data property that maps to thetransformationParameterAvailability
element. 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_PROPERTY
property. Returnsnull
if the value of theNUMBER_OF_DIMENSIONS_PROPERTY
property isnull
.- Returns:
- the role value of the
NUMBER_OF_DIMENSIONS_PROPERTY
property. - See Also:
-
setNumberOfDimensions
Sets the value of the property that maps to thenumberOfDimensions
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theNUMBER_OF_DIMENSIONS_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theNUMBER_OF_DIMENSIONS_PROPERTY
property.
-
getAxisDimensionProperties
Gets the value of theAXIS_DIMENSION_PROPERTIES_PROPERTY
property adapted to a list ofTLcdISO19115Dimension
instances.- Returns:
- the value of the
AXIS_DIMENSION_PROPERTIES_PROPERTY
property adapted to a list ofTLcdISO19115Dimension
instances. - See Also:
-
getCellGeometry
Returns the role value contained in the value of theCELL_GEOMETRY_PROPERTY
property. Returnsnull
if the value of theCELL_GEOMETRY_PROPERTY
property isnull
.- Returns:
- the role value of the
CELL_GEOMETRY_PROPERTY
property. - See Also:
-
setCellGeometry
Sets the value of the property that maps to thecellGeometry
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCELL_GEOMETRY_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCELL_GEOMETRY_PROPERTY
property.
-
getTransformationParameterAvailability
Returns the role value contained in the value of theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
property. Returnsnull
if the value of theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
property isnull
.- Returns:
- the role value of the
TRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
property. - See Also:
-
setTransformationParameterAvailability
Sets the value of the property that maps to thetransformationParameterAvailability
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theTRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTY
property.
-