Class AbstractGeometry<P extends Positions>
- java.lang.Object
-
- com.github.filosganga.geogson.model.AbstractGeometry<P>
-
- All Implemented Interfaces:
Geometry<P>,Serializable
- Direct Known Subclasses:
LinearGeometry,MultiLineString,MultiPolygon,Point
public abstract class AbstractGeometry<P extends Positions> extends Object implements Geometry<P>, Serializable
Abstract implementation ofGeometryproviding generic methods.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.filosganga.geogson.model.Geometry
Geometry.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()Ppositions()Returns the underlyingPositionsinstance.intsize()Returns the underlyingPositionssize.StringtoString()
-