Uses of Class
org.opengis.metadata.spatial.CellGeometry

Packages that use CellGeometry
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
 

Uses of CellGeometry in org.geotools.metadata.iso.spatial
 

Methods in org.geotools.metadata.iso.spatial that return CellGeometry
 CellGeometry GridSpatialRepresentationImpl.getCellGeometry()
          Identification of grid data as point or cell.
 

Methods in org.geotools.metadata.iso.spatial with parameters of type CellGeometry
 void GridSpatialRepresentationImpl.setCellGeometry(CellGeometry newValue)
          Set identification of grid data as point or cell.
 

Constructors in org.geotools.metadata.iso.spatial with parameters of type CellGeometry
GeorectifiedImpl(int numberOfDimensions, List<? extends Dimension> axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean checkPointAvailable, List<? extends Point> cornerPoints, PixelOrientation pointInPixel)
          Creates a georectified object initialized to the specified values.
GeoreferenceableImpl(int numberOfDimensions, List<? extends Dimension> axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean controlPointAvailable, boolean orientationParameterAvailable)
          Creates a georeferencable initialized to the given parameters.
GridSpatialRepresentationImpl(int numberOfDimensions, List<? extends Dimension> axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable)
          Creates a grid spatial representation initialized to the given values.
 

Uses of CellGeometry in org.opengis.metadata.spatial
 

Fields in org.opengis.metadata.spatial declared as CellGeometry
static CellGeometry CellGeometry.AREA
          Each cell represents an area.
static CellGeometry CellGeometry.POINT
          Each cell represents a point.
 

Methods in org.opengis.metadata.spatial that return CellGeometry
 CellGeometry[] CellGeometry.family()
          Returns the list of enumerations of the same kind than this enum.
 CellGeometry GridSpatialRepresentation.getCellGeometry()
          Identification of grid data as point or cell.
static CellGeometry CellGeometry.valueOf(String code)
          Returns the CellGeometry that matches the given string, or returns a new one if none match it.
static CellGeometry[] CellGeometry.values()
          Returns the list of CellGeometrys.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.