|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequenceType | |
---|---|
org.opengis.coverage.grid | Quadrilateral grid coverages. |
Uses of SequenceType in org.opengis.coverage.grid |
---|
Fields in org.opengis.coverage.grid declared as SequenceType | |
---|---|
static SequenceType |
SequenceType.BOUSTROPHEDONIC
A variant of linear scanning, in which the direction of the scan is reversed on alternate grid lines. |
static SequenceType |
SequenceType.CANTOR_DIAGONAL
Cantor-diagonal scanning, also called zigzag scanning, orders the grid points in alternating directions along parallel diagonals of the grid. |
static SequenceType |
SequenceType.HILBERT
Ordering based on a space-filling curve generated by progressively subdividing a space into quadrants. |
static SequenceType |
SequenceType.LINEAR
Feature attribute value records are assigned to consecutive grid points along a single grid line parallel to the first grid axis listed in scan direction. |
static SequenceType |
SequenceType.MORTON
Ordering based on a space-filling curve generated by progressively subdividing a space into quadrants and ordering the quadrants in a Z pattern. |
static SequenceType |
SequenceType.SPIRAL
Spiral scanning can begin either at the centre of the grid (outward spiral), or at a corner (inward spiral). |
Methods in org.opengis.coverage.grid that return SequenceType | |
---|---|
SequenceType |
SequenceRule.getType()
Identifies the type of sequencing method that shall be used. |
static SequenceType |
SequenceType.valueOf(String code)
Returns the SequenceType that matches the given string, or returns a new one if none match it. |
static SequenceType[] |
SequenceType.values()
Returns the list of SequenceType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |