Uses of Class
org.opengis.referencing.datum.PixelInCell

Packages that use PixelInCell
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
 

Uses of PixelInCell in org.opengis.referencing.datum
 

Fields in org.opengis.referencing.datum declared as PixelInCell
static PixelInCell PixelInCell.CELL_CENTER
          The origin of the image coordinate system is the centre of a grid cell or image pixel.
static PixelInCell PixelInCell.CELL_CORNER
          The origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.
 

Methods in org.opengis.referencing.datum that return PixelInCell
 PixelInCell ImageDatum.getPixelInCell()
          Specification of the way the image grid is associated with the image data attributes.
static PixelInCell PixelInCell.valueOf(String code)
          Returns the PixelInCell that matches the given string, or returns a new one if none match it.
static PixelInCell[] PixelInCell.values()
          Returns the list of PixelInCells.
 

Methods in org.opengis.referencing.datum with parameters of type PixelInCell
 ImageDatum DatumFactory.createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
          Creates an image datum.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.