Class PackedCSBuilder
- Object
-
- PackedCSBuilder
-
- All Implemented Interfaces:
CSBuilder
- Direct Known Subclasses:
PackedCSBuilder.Double
,PackedCSBuilder.Float
public abstract class PackedCSBuilder extends Object implements CSBuilder
An implementation of a JTS CSBuilder which uses a PackedCoordinateSequence.- Author:
- wolf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PackedCSBuilder.Double
static class
PackedCSBuilder.Float
-
Constructor Summary
Constructors Constructor Description PackedCSBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDimension()
Returns the dimension of the coordinate sequence we are building, -1 if there is noneint
getSize()
Returns the size of the coordinate sequence we are building, -1 if there is none-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface CSBuilder
end, getOrdinate, setOrdinate, setOrdinate, start
-
-
-
-
Method Detail
-
getSize
public int getSize()
Description copied from interface:CSBuilder
Returns the size of the coordinate sequence we are building, -1 if there is none
-
getDimension
public int getDimension()
Description copied from interface:CSBuilder
Returns the dimension of the coordinate sequence we are building, -1 if there is none- Specified by:
getDimension
in interfaceCSBuilder
- See Also:
org.geotools.geometry.coordinatesequence.CSBuilder#getDimension()
-
-