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

Packages that use PixelInCell
org.geotools.arcsde.raster.info   
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.coverage.grid.io   
org.geotools.coverage.grid.io.imageio.geotiff   
org.geotools.gce.grassraster GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. 
org.geotools.gce.imagemosaic   
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.geotools.referencing.datum Datum implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. 
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
 

Uses of PixelInCell in org.geotools.arcsde.raster.info
 

Methods in org.geotools.arcsde.raster.info with parameters of type PixelInCell
 GeneralEnvelope RasterDatasetInfo.getOriginalEnvelope(PixelInCell pixelAnchor)
           
 

Uses of PixelInCell in org.geotools.coverage.grid
 

Methods in org.geotools.coverage.grid with parameters of type PixelInCell
 MathTransform GeneralGridGeometry.getGridToCRS(PixelInCell anchor)
          Returns the transform from grid coordinates to real world earth coordinates.
 

Constructors in org.geotools.coverage.grid with parameters of type PixelInCell
GeneralGridEnvelope(Envelope envelope, PixelInCell anchor)
          Casts the specified envelope into a grid envelope.
GeneralGridEnvelope(Envelope envelope, PixelInCell anchor, boolean isHighIncluded)
          Casts the specified envelope into a grid envelope.
GeneralGridGeometry(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs)
          Constructs a new grid geometry from a grid range and a math transform mapping pixel center or corner.
GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Envelope envelope)
          Constructs a new grid geometry from an envelope and a math transform.
GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Envelope envelope, boolean gridMaxInclusive, boolean preserveGridToCRS)
          Constructs a new grid geometry from an envelope and a math transform.
GridEnvelope2D(Envelope2D envelope, PixelInCell anchor)
          Casts the specified envelope into a grid envelope.
GridEnvelope2D(Envelope2D envelope, PixelInCell anchor, boolean isHighIncluded)
          Casts the specified envelope into a grid envelope.
GridGeometry2D(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)
          Constructs a new grid geometry from a math transform.
GridGeometry2D(PixelInCell anchor, MathTransform gridToCRS, Envelope envelope, Hints hints)
          Constructs a new grid geometry from an envelope and a math transform.
 

Uses of PixelInCell in org.geotools.coverage.grid.io
 

Methods in org.geotools.coverage.grid.io with parameters of type PixelInCell
 MathTransform AbstractGridCoverage2DReader.getOriginalGridToWorld(PixelInCell pixInCell)
          Retrieves the original grid to world transformation for this AbstractGridCoverage2DReader.
 MathTransform GridCoverage2DReader.getOriginalGridToWorld(PixelInCell pixInCell)
          Retrieves the MathTransform associated to the default coverage for this GridCoverage2DReader.
 MathTransform AbstractGridCoverage2DReader.getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
          Retrieves the original grid to world transformation for this AbstractGridCoverage2DReader.
 MathTransform GridCoverage2DReader.getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
          Retrieves the MathTransform associated to the requested coverageName for this GridCoverage2DReader.
 

Uses of PixelInCell in org.geotools.coverage.grid.io.imageio.geotiff
 

Methods in org.geotools.coverage.grid.io.imageio.geotiff that return PixelInCell
static PixelInCell GeoTiffMetadata2CRSAdapter.getRasterType(GeoTiffIIOMetadataDecoder metadata)
          Maps the RasterType GeoKey for this geotiff the PixelInCell
 

Uses of PixelInCell in org.geotools.gce.grassraster
 

Methods in org.geotools.gce.grassraster with parameters of type PixelInCell
 void GrassCoverageReader.setParams(PixelInCell cellAnchor, Interpolation interpolation, boolean useSubSamplingAsColsRows, boolean castDoubleToFloating, ProgressListener monitor)
          Constructor for the GrassCoverageReader.
 

Uses of PixelInCell in org.geotools.gce.imagemosaic
 

Methods in org.geotools.gce.imagemosaic with parameters of type PixelInCell
 MathTransform ImageMosaicReader.getOriginalGridToWorld(PixelInCell pixInCell)
           
 MathTransform ImageMosaicReader.getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
           
 

Uses of PixelInCell in org.geotools.geometry
 

Constructors in org.geotools.geometry with parameters of type PixelInCell
GeneralEnvelope(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs)
          Creates an envelope for a grid range transformed to an envelope using the specified math transform.
 

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

Methods in org.geotools.metadata.iso.spatial with parameters of type PixelInCell
static PixelOrientation PixelTranslation.getPixelOrientation(PixelInCell anchor)
          Returns the pixel orientation for the given PixelInCell code.
static double PixelTranslation.getPixelTranslation(PixelInCell anchor)
          Returns the position relative to the pixel center.
static MathTransform PixelTranslation.translate(MathTransform gridToCRS, PixelInCell current, PixelInCell expected)
          Translates the specified math transform according the specified pixel orientations.
 

Uses of PixelInCell in org.geotools.referencing.datum
 

Methods in org.geotools.referencing.datum that return PixelInCell
 PixelInCell DefaultImageDatum.getPixelInCell()
          Specification of the way the image grid is associated with the image data attributes.
 

Constructors in org.geotools.referencing.datum with parameters of type PixelInCell
DefaultImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
          Constructs an image datum from a set of properties.
DefaultImageDatum(String name, PixelInCell pixelInCell)
          Constructs an image datum from a name.
 

Uses of PixelInCell in org.geotools.referencing.factory
 

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

Uses of PixelInCell in org.geotools.referencing.operation.builder
 

Methods in org.geotools.referencing.operation.builder that return PixelInCell
 PixelInCell GridToEnvelopeMapper.getGridType()
          Deprecated. Renamed GridToEnvelopeMapper.getPixelAnchor().
 PixelInCell GridToEnvelopeMapper.getPixelAnchor()
          Returns whatever the grid range maps pixel center or pixel corner.
 

Methods in org.geotools.referencing.operation.builder with parameters of type PixelInCell
 void GridToEnvelopeMapper.setGridType(PixelInCell anchor)
          Deprecated. Renamed GridToEnvelopeMapper.setPixelAnchor(org.opengis.referencing.datum.PixelInCell).
 void GridToEnvelopeMapper.setPixelAnchor(PixelInCell anchor)
          Sets whatever the grid range maps pixel center or pixel corner.
 

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[] PixelInCell.family()
          Returns the list of enumerations of the same kind than this enum.
 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 pixel in cell 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 © 1996-2014 Geotools. All Rights Reserved.