|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPackedCSBuilder
public abstract class PackedCSBuilder
An implementation of a JTS CSBuilder which uses a PackedCoordinateSequence.
modules/library/main (gt-main.jar)
Nested Class Summary | |
---|---|
static class |
PackedCSBuilder.Double
|
static class |
PackedCSBuilder.Float
|
Constructor Summary | |
---|---|
PackedCSBuilder()
|
Method Summary | |
---|---|
int |
getDimension()
Returns the dimension of the coordinate sequence we are building, -1 if there is none |
int |
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 |
Constructor Detail |
---|
public PackedCSBuilder()
Method Detail |
---|
public int getSize()
CSBuilder
getSize
in interface CSBuilder
CSBuilder.getSize()
public int getDimension()
CSBuilder
getDimension
in interface CSBuilder
CSBuilder.getDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |