public abstract class Geometry<S> extends TfcatObject
Modifier and Type | Class and Description |
---|---|
static class |
Geometry.GeometryCollection
Geometry subclass representing a TFCat GeometryCollection.
|
static class |
Geometry.LineString
Geometry subclass representing a TFCat LineString.
|
static class |
Geometry.MultiLineString
Geometry subclass representing a TFCat MultiLineString.
|
static class |
Geometry.MultiPoint
Geometry subclass representing a TFCat MultiPoint.
|
static class |
Geometry.MultiPolygon
Geometry subclass representing a TFCat MultiPolygon.
|
static class |
Geometry.Point
Geometry subclass representing a TFCat Point.
|
static class |
Geometry.Polygon
Geometry subclass representing a TFCat Polygon.
|
Modifier and Type | Method and Description |
---|---|
S |
getShape()
Returns the coordinate information giving the content of this geometry.
|
void |
purgeJson()
Removes any reference to the original parsed JSON from this object.
|
public S getShape()
public void purgeJson()
TfcatObject
purgeJson
in class TfcatObject
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.