Uses of Interface
org.geotools.geometry.jts.coordinatesequence.CSBuilder
-
Packages that use CSBuilder Package Description org.geotools.geometry.jts.coordinatesequence -
-
Uses of CSBuilder in org.geotools.geometry.jts.coordinatesequence
Classes in org.geotools.geometry.jts.coordinatesequence that implement CSBuilder Modifier and Type Class Description classDefaultCSBuilderA CSBuilder that generates DefaultCoordinateSequence objects, that is, coordinate sequences backed by a Coordinate[] array.classPackedCSBuilderAn implementation of a JTS CSBuilder which uses a PackedCoordinateSequence.static classPackedCSBuilder.Doublestatic classPackedCSBuilder.FloatMethods in org.geotools.geometry.jts.coordinatesequence that return CSBuilder Modifier and Type Method Description static CSBuilderCSBuilderFactory. getDefaultBuilder()Method parameters in org.geotools.geometry.jts.coordinatesequence with type arguments of type CSBuilder Modifier and Type Method Description static voidCSBuilderFactory. setDefaultBuilderClass(Class<? extends CSBuilder> builderClass)
-