Class TLcdISO19115Georectified
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
com.luciad.format.metadata.model.spatial.TLcdISO19115Georectified
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the spatial referencing system (srs) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecenterPointelement.static final TLcdDataPropertyData property that maps to thecheckPointAvailabilityelement.static final TLcdDataPropertyData property that maps to thecheckPointDescriptionelement.static final TLcdDataPropertyData property that maps to thecornerPointselement.static final TLcdDataPropertyData property that maps to thepointInPixelelement.static final TLcdDataPropertyData property that maps to thetransformationDimensionDescriptionelement.static final TLcdDataPropertyData property that maps to thetransformationDimensionMappingelement.Fields inherited from class com.luciad.format.metadata.model.spatial.TLcdISO19115GridSpatialRepresentation
AXIS_DIMENSION_PROPERTIES_PROPERTY, CELL_GEOMETRY_PROPERTY, NUMBER_OF_DIMENSIONS_PROPERTY, TRANSFORMATION_PARAMETER_AVAILABILITY_PROPERTYFields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theCENTER_POINT_PROPERTYproperty.Returns the role value contained in the value of theCHECK_POINT_AVAILABILITY_PROPERTYproperty.Returns the role value contained in the value of theCHECK_POINT_DESCRIPTION_PROPERTYproperty.Gets the value of theCORNER_POINTS_PROPERTYproperty adapted to a list ofTLcdGML32Pointinstances.Returns the role value contained in the value of thePOINT_IN_PIXEL_PROPERTYproperty.Returns the role value contained in the value of theTRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTYproperty.Gets the value of theTRANSFORMATION_DIMENSION_MAPPING_PROPERTYproperty adapted to a list ofStringinstances.voidsetCenterPoint(TLcdGML32Point aValue) Sets the value of the property that maps to thecenterPointelement.voidsetCheckPointAvailability(Boolean aValue) Sets the value of the property that maps to thecheckPointAvailabilityelement.voidsetCheckPointDescription(String aValue) Sets the value of the property that maps to thecheckPointDescriptionelement.voidSets the value of the property that maps to thepointInPixelelement.voidSets the value of the property that maps to thetransformationDimensionDescriptionelement.Methods inherited from class com.luciad.format.metadata.model.spatial.TLcdISO19115GridSpatialRepresentation
getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, getTransformationParameterAvailability, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailabilityMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
CHECK_POINT_AVAILABILITY_PROPERTY
Data property that maps to thecheckPointAvailabilityelement. The possible values for this property are instances ofTLcdISO19115Optional<Boolean>. -
CHECK_POINT_DESCRIPTION_PROPERTY
Data property that maps to thecheckPointDescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
CORNER_POINTS_PROPERTY
Data property that maps to thecornerPointselement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdGML32Point>>. -
CENTER_POINT_PROPERTY
Data property that maps to thecenterPointelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32Point>. -
POINT_IN_PIXEL_PROPERTY
Data property that maps to thepointInPixelelement. The possible values for this property are instances ofTLcdISO19115Optional<ELcdISO19115PixelOrientationCode>. -
TRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTY
Data property that maps to thetransformationDimensionDescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
TRANSFORMATION_DIMENSION_MAPPING_PROPERTY
Data property that maps to thetransformationDimensionMappingelement. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>.
-
-
Constructor Details
-
TLcdISO19115Georectified
public TLcdISO19115Georectified() -
TLcdISO19115Georectified
-
-
Method Details
-
getCheckPointAvailability
Returns the role value contained in the value of theCHECK_POINT_AVAILABILITY_PROPERTYproperty. Returnsnullif the value of theCHECK_POINT_AVAILABILITY_PROPERTYproperty isnull.- Returns:
- the role value of the
CHECK_POINT_AVAILABILITY_PROPERTYproperty. - See Also:
-
setCheckPointAvailability
Sets the value of the property that maps to thecheckPointAvailabilityelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCHECK_POINT_AVAILABILITY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCHECK_POINT_AVAILABILITY_PROPERTYproperty.
-
getCheckPointDescription
Returns the role value contained in the value of theCHECK_POINT_DESCRIPTION_PROPERTYproperty. Returnsnullif the value of theCHECK_POINT_DESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
CHECK_POINT_DESCRIPTION_PROPERTYproperty. - See Also:
-
setCheckPointDescription
Sets the value of the property that maps to thecheckPointDescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCHECK_POINT_DESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCHECK_POINT_DESCRIPTION_PROPERTYproperty.
-
getCornerPoints
Gets the value of theCORNER_POINTS_PROPERTYproperty adapted to a list ofTLcdGML32Pointinstances.- Returns:
- the value of the
CORNER_POINTS_PROPERTYproperty adapted to a list ofTLcdGML32Pointinstances. - See Also:
-
getCenterPoint
Returns the role value contained in the value of theCENTER_POINT_PROPERTYproperty. Returnsnullif the value of theCENTER_POINT_PROPERTYproperty isnull.- Returns:
- the role value of the
CENTER_POINT_PROPERTYproperty. - See Also:
-
setCenterPoint
Sets the value of the property that maps to thecenterPointelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theCENTER_POINT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCENTER_POINT_PROPERTYproperty.
-
getPointInPixel
Returns the role value contained in the value of thePOINT_IN_PIXEL_PROPERTYproperty. Returnsnullif the value of thePOINT_IN_PIXEL_PROPERTYproperty isnull.- Returns:
- the role value of the
POINT_IN_PIXEL_PROPERTYproperty. - See Also:
-
setPointInPixel
Sets the value of the property that maps to thepointInPixelelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, thePOINT_IN_PIXEL_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePOINT_IN_PIXEL_PROPERTYproperty.
-
getTransformationDimensionDescription
Returns the role value contained in the value of theTRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTYproperty. Returnsnullif the value of theTRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
TRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTYproperty. - See Also:
-
setTransformationDimensionDescription
Sets the value of the property that maps to thetransformationDimensionDescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theTRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTRANSFORMATION_DIMENSION_DESCRIPTION_PROPERTYproperty.
-
getTransformationDimensionMapping
Gets the value of theTRANSFORMATION_DIMENSION_MAPPING_PROPERTYproperty adapted to a list ofStringinstances.- Returns:
- the value of the
TRANSFORMATION_DIMENSION_MAPPING_PROPERTYproperty adapted to a list ofStringinstances. - See Also:
-