Uses of Class
com.luciad.format.metadata.model.spatial.TLcdISO19115CellGeometryCode
Packages that use 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
Fields in com.luciad.format.metadata.model.spatial declared as TLcdISO19115CellGeometryCodeModifier and TypeFieldDescriptionstatic final TLcdISO19115CellGeometryCode
TLcdISO19115CellGeometryCode.AREA
Each cell represents an area.static final TLcdISO19115CellGeometryCode
TLcdISO19115CellGeometryCode.POINT
Each cell represents a point.Methods in com.luciad.format.metadata.model.spatial that return TLcdISO19115CellGeometryCodeModifier and TypeMethodDescriptionTLcdISO19115GridSpatialRepresentation.getCellGeometry()
Returns the role value contained in the value of theTLcdISO19115GridSpatialRepresentation.CELL_GEOMETRY_PROPERTY
property.Methods in com.luciad.format.metadata.model.spatial with parameters of type TLcdISO19115CellGeometryCodeModifier and TypeMethodDescriptionvoid
TLcdISO19115GridSpatialRepresentation.setCellGeometry
(TLcdISO19115CellGeometryCode aValue) Sets the value of the property that maps to thecellGeometry
element.