Uses of Class
org.geotools.grid.ortholine.LineOrientation

Packages that use LineOrientation
org.geotools.grid.ortholine   
 

Uses of LineOrientation in org.geotools.grid.ortholine
 

Methods in org.geotools.grid.ortholine that return LineOrientation
 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
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-2014 Geotools. All Rights Reserved.