|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.cutruzzula.lgml.geometry.AbstractGeometry
public abstract class AbstractGeometry
The abstract class to derive WKT objects
Constructor Summary | |
---|---|
AbstractGeometry()
|
Method Summary | |
---|---|
abstract java.lang.String |
asWKT()
Method to get the parsed GML content as WKT. |
int |
getSrsDimension()
Method to get the number of SRS dimensions. |
java.lang.String |
getSrsName()
Method to get the SRS name. |
abstract java.lang.String |
getType()
Method to get the geometry type. |
void |
setSrsName(java.lang.String srsName)
Method to set the the SRS name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractGeometry()
Method Detail |
---|
public final java.lang.String getSrsName()
public final void setSrsName(java.lang.String srsName)
srsName
- The SRS namepublic final int getSrsDimension()
public abstract java.lang.String getType()
public abstract java.lang.String asWKT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |