Class LineString

Direct Known Subclasses:
MultiLineString

public class LineString extends MultiPoint
  • Field Details

  • Constructor Details

    • LineString

      public LineString(org.locationtech.jts.geom.Geometry geometry)
  • Method Details

    • toCompositeGeometry

      public static CompositeGeometry toCompositeGeometry(List coordinates)
    • toJsonMap

      public Map toJsonMap()
      Description copied from class: CompositeGeometry
      Creates a Map that mimics the GeoJSON structure.
      Overrides:
      toJsonMap in class MultiPoint
    • isNotType

      protected boolean isNotType(org.locationtech.jts.geom.Geometry geo)
      Overrides:
      isNotType in class MultiPoint
    • toGeoRssPositions

      public List<org.apache.abdera.ext.geo.Position> toGeoRssPositions()
      Overrides:
      toGeoRssPositions in class MultiPoint
    • getLineStringCoordinates

      protected org.apache.abdera.ext.geo.Coordinates getLineStringCoordinates(org.locationtech.jts.geom.Geometry geometry)