Package ddf.geo.formatter
Class MultiPoint
java.lang.Object
ddf.geo.formatter.CompositeGeometry
ddf.geo.formatter.Point
ddf.geo.formatter.MultiPoint
- Direct Known Subclasses:
LineString,Polygon
-
Field Summary
FieldsFields inherited from class ddf.geo.formatter.CompositeGeometry
COORDINATES_KEY, GEOMETRIES_KEY, GEOMETRY_FACTORY, GEOMETRY_KEY, PROPERTIES_KEY, TYPE_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildCoordinatesList(org.locationtech.jts.geom.Coordinate[] coordinates) org.locationtech.jts.geom.Geometryprotected booleanisNotType(org.locationtech.jts.geom.Geometry geo) static CompositeGeometrytoCompositeGeometry(List coordinates) List<org.apache.abdera.ext.geo.Position> Creates a Map that mimics the GeoJSON structure.toWkt()Methods inherited from class ddf.geo.formatter.CompositeGeometry
getCompositeGeometry, getCompositeGeometry, getCoordinate, getCoordinates
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
MultiPoint
public MultiPoint(org.locationtech.jts.geom.Geometry geometry)
-
-
Method Details
-
toCompositeGeometry
-
isNotType
protected boolean isNotType(org.locationtech.jts.geom.Geometry geo) -
toJsonMap
Description copied from class:CompositeGeometryCreates a Map that mimics the GeoJSON structure. -
buildCoordinatesList
-
toWkt
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry()- Overrides:
getGeometryin classPoint- Returns:
- equivalent geometric object
-
toGeoRssPositions
- Overrides:
toGeoRssPositionsin classPoint
-