Uses of Class
org.locationtech.jts.io.Ordinate
-
Packages that use Ordinate Package Description org.locationtech.jts.io -
-
Uses of Ordinate in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return Ordinate Modifier and Type Method Description static OrdinateOrdinate. valueOf(String name)Returns the enum constant of this type with the specified name.static Ordinate[]Ordinate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.locationtech.jts.io that return types with arguments of type Ordinate Modifier and Type Method Description static EnumSet<Ordinate>Ordinate. createXY()EnumSet of X and Y ordinates, a copy is returned as EnumSets are not immutable.static EnumSet<Ordinate>Ordinate. createXYM()EnumSet of XYM ordinates, a copy is returned as EnumSets are not immutable.static EnumSet<Ordinate>Ordinate. createXYZ()EnumSet of XYZ ordinates, a copy is returned as EnumSets are not immutable.static EnumSet<Ordinate>Ordinate. createXYZM()EnumSet of XYZM ordinates, a copy is returned as EnumSets are not immutable.EnumSet<Ordinate>WKTWriter. getOutputOrdinates()Gets a bit-pattern defining which ordinates should beMethod parameters in org.locationtech.jts.io with type arguments of type Ordinate Modifier and Type Method Description voidWKTWriter. setOutputOrdinates(EnumSet<Ordinate> outputOrdinates)Sets theOrdinatethat are to be written.
-