Uses of Class
com.luciad.format.metadata.model.spatial.TLcdISO19115CellGeometryCode
Package
Description
This package contains information concerning the mechanisms used to represent spatial information
in a dataset.
-
Uses of TLcdISO19115CellGeometryCode in com.luciad.format.metadata.model.spatial
Modifier and TypeFieldDescriptionstatic final TLcdISO19115CellGeometryCode
TLcdISO19115CellGeometryCode.AREA
Each cell represents an area.static final TLcdISO19115CellGeometryCode
TLcdISO19115CellGeometryCode.POINT
Each cell represents a point.Modifier and TypeMethodDescriptionTLcdISO19115GridSpatialRepresentation.getCellGeometry()
Returns the role value contained in the value of theTLcdISO19115GridSpatialRepresentation.CELL_GEOMETRY_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19115GridSpatialRepresentation.setCellGeometry
(TLcdISO19115CellGeometryCode aValue) Sets the value of the property that maps to thecellGeometry
element.