Uses of Enum
org.locationtech.jts.io.Ordinate
Packages that use Ordinate
Package
Description
Contains the interfaces for converting JTS objects to and from other formats.
-
Uses of Ordinate in org.locationtech.jts.io
Subclasses with type arguments of type Ordinate in org.locationtech.jts.ioModifier and TypeClassDescriptionenumAn enumeration of possible Well-Known-Text or Well-Known-Binary ordinates.Methods in org.locationtech.jts.io that return OrdinateModifier and TypeMethodDescriptionstatic OrdinateReturns 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 OrdinateModifier and TypeMethodDescriptionOrdinate.createXY()EnumSet of X and Y ordinates, a copy is returned as EnumSets are not immutable.Ordinate.createXYM()EnumSet of XYM ordinates, a copy is returned as EnumSets are not immutable.Ordinate.createXYZ()EnumSet of XYZ ordinates, a copy is returned as EnumSets are not immutable.Ordinate.createXYZM()EnumSet of XYZM ordinates, a copy is returned as EnumSets are not immutable.WKBWriter.getOutputOrdinates()Gets a bit-pattern defining which ordinates should beWKTWriter.getOutputOrdinates()Gets a bit-pattern defining which ordinates should beMethod parameters in org.locationtech.jts.io with type arguments of type OrdinateModifier and TypeMethodDescriptionvoidWKBWriter.setOutputOrdinates(EnumSet<Ordinate> outputOrdinates) Sets theOrdinatethat are to be written.voidWKTWriter.setOutputOrdinates(EnumSet<Ordinate> outputOrdinates) Sets theOrdinatethat are to be written.