Package ddf.geo.formatter
Class MultiLineString
java.lang.Object
ddf.geo.formatter.CompositeGeometry
ddf.geo.formatter.Point
ddf.geo.formatter.MultiPoint
ddf.geo.formatter.LineString
ddf.geo.formatter.MultiLineString
-
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 TypeMethodDescriptionprotected 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.Methods inherited from class ddf.geo.formatter.LineString
getLineStringCoordinatesMethods inherited from class ddf.geo.formatter.MultiPoint
buildCoordinatesList, getGeometry, toWktMethods inherited from class ddf.geo.formatter.CompositeGeometry
getCompositeGeometry, getCompositeGeometry, getCoordinate, getCoordinates
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
MultiLineString
public MultiLineString(org.locationtech.jts.geom.Geometry geometry)
-
-
Method Details
-
toCompositeGeometry
-
isNotType
protected boolean isNotType(org.locationtech.jts.geom.Geometry geo) - Overrides:
isNotTypein classLineString
-
toJsonMap
Description copied from class:CompositeGeometryCreates a Map that mimics the GeoJSON structure.- Overrides:
toJsonMapin classLineString
-
toGeoRssPositions
- Overrides:
toGeoRssPositionsin classLineString
-