Package | Description |
---|---|
org.geotools.grid.ortholine |
Modifier and Type | Method and Description |
---|---|
LineOrientation |
OrthoLineDef.getOrientation()
Gets the orientation.
|
LineOrientation |
OrthoLine.getOrientation()
Gets the orientation of this line.
|
static LineOrientation |
LineOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineOrientation[] |
LineOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OrthoLine(ReferencedEnvelope gridBounds,
LineOrientation orientation,
double ordinate,
int level)
Creates a new ortho-line element.
|
OrthoLineDef(LineOrientation orientation,
int level,
double spacing)
Creates a new ortho-line definition.
|
Copyright © 1996–2019 Geotools. All rights reserved.