Uses of Class
org.apache.sis.coverage.grid.GridOrientation
Packages that use GridOrientation
-
Uses of GridOrientation in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as GridOrientationModifier and TypeFieldDescriptionstatic final GridOrientation
GridOrientation.DISPLAY
CRS axes are reordered and oriented toward directions commonly used for displaying purpose.static final GridOrientation
GridOrientation.HOMOTHETY
ThegridToCRS
transform applies only scales and translations (no axis flip or swap).static final GridOrientation
GridOrientation.REFLECTION_Y
ThegridToCRS
transform applies scales and translations with a flip of the second axis (y).Methods in org.apache.sis.coverage.grid that return GridOrientationModifier and TypeMethodDescriptionGridOrientation.canReorderGridAxis
(boolean enabled) Specifies whether a change of CRS axis order should be accompanied by an equivalent change of grid axis order.GridOrientation.flipGridAxis
(int dimension) Reverses axis direction in the specified grid dimension.GridOrientation.useVariantOfCRS
(AxesConvention variant) Substitutes the user-specified CRS by a variant of it, for example with different axis order.Constructors in org.apache.sis.coverage.grid with parameters of type GridOrientationModifierConstructorDescriptionGridGeometry
(GridExtent extent, org.opengis.geometry.Envelope envelope, GridOrientation orientation) Creates an axis-aligned grid geometry with an extent and an envelope.