Uses of Class
org.geotools.grid.ortholine.LineOrientation
-
Packages that use LineOrientation Package Description org.geotools.grid.ortholine -
-
Uses of LineOrientation in org.geotools.grid.ortholine
Methods in org.geotools.grid.ortholine that return LineOrientation Modifier and Type Method Description LineOrientation
OrthoLine. getOrientation()
Gets the orientation of this line.LineOrientation
OrthoLineDef. getOrientation()
Gets the orientation.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.Constructors in org.geotools.grid.ortholine with parameters of type LineOrientation Constructor 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.
-