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

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

Uses of PixelOrientation in org.geotools.coverage.grid
 

Methods in org.geotools.coverage.grid with parameters of type PixelOrientation
 MathTransform2D GridGeometry2D.getCRSToGrid2D(PixelOrientation orientation)
          Returns a math transform for the two dimensional part.
 MathTransform GridGeometry2D.getGridToCRS(PixelOrientation orientation)
          Returns a math transform mapping the specified pixel part.
 MathTransform2D GridGeometry2D.getGridToCRS2D(PixelOrientation orientation)
          Returns a math transform for the two dimensional part.
 

Constructors in org.geotools.coverage.grid with parameters of type PixelOrientation
GridGeometry2D(GridEnvelope gridRange, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)
          Constructs a new grid geometry from a math transform.
 

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

Fields in org.geotools.metadata.iso.spatial declared as PixelOrientation
 PixelOrientation PixelTranslation.orientation
          The pixel orientation for this translation.
 

Methods in org.geotools.metadata.iso.spatial that return PixelOrientation
static PixelOrientation PixelTranslation.getPixelOrientation(double dx, double dy)
          Returns the pixel orientation for the given offset, or null if none.
static PixelOrientation PixelTranslation.getPixelOrientation(PixelInCell anchor)
          Returns the pixel orientation for the given PixelInCell code.
 PixelOrientation GeorectifiedImpl.getPointInPixel()
          Point in a pixel corresponding to the Earth location of the pixel.
 

Methods in org.geotools.metadata.iso.spatial with parameters of type PixelOrientation
static PixelTranslation PixelTranslation.getPixelTranslation(PixelOrientation anchor)
          Returns the specified position relative to the pixel center.
 void GeorectifiedImpl.setPointInPixel(PixelOrientation newValue)
          Set the point in a pixel corresponding to the Earth location of the pixel.
static MathTransform PixelTranslation.translate(MathTransform gridToCRS, PixelOrientation current, PixelOrientation expected, int xDimension, int yDimension)
          Translates the specified math transform according the specified pixel orientations.
 

Constructors in org.geotools.metadata.iso.spatial with parameters of type PixelOrientation
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.
 

Uses of PixelOrientation in org.opengis.metadata.spatial
 

Fields in org.opengis.metadata.spatial declared as PixelOrientation
static PixelOrientation PixelOrientation.CENTER
          Point in a pixel corresponding to the Earth location of the pixel.
static PixelOrientation PixelOrientation.LOWER_LEFT
          The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value.
static PixelOrientation PixelOrientation.LOWER_RIGHT
          Next corner counterclockwise from the lower left.
static PixelOrientation PixelOrientation.UPPER_LEFT
          Next corner counterclockwise from the upper right.
static PixelOrientation PixelOrientation.UPPER_RIGHT
          Next corner counterclockwise from the lower right.
 

Methods in org.opengis.metadata.spatial that return PixelOrientation
 PixelOrientation[] PixelOrientation.family()
          Returns the list of enumerations of the same kind than this enum.
 PixelOrientation Georectified.getPointInPixel()
          Point in a pixel corresponding to the Earth location of the pixel.
static PixelOrientation PixelOrientation.valueOf(String code)
          Returns the pixel orientation that matches the given string, or returns a new one if none match it.
static PixelOrientation[] PixelOrientation.values()
          Returns the list of PixelOrientations.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.