Uses of Enum Class
org.geotools.grid.ortholine.LineOrientation
Packages that use LineOrientation
-
Uses of LineOrientation in org.geotools.grid.ortholine
Methods in org.geotools.grid.ortholine that return LineOrientationModifier and TypeMethodDescriptionOrthoLine.getOrientation()
Gets the orientation of this line.OrthoLineDef.getOrientation()
Gets the orientation.static LineOrientation
Returns the enum constant of this class with the specified name.static LineOrientation[]
LineOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.grid.ortholine with parameters of type LineOrientationModifierConstructorDescriptionOrthoLine
(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.