Class MultiPoint

Direct Known Subclasses:
LineString, Polygon

public class MultiPoint extends Point
  • Field Details

  • Constructor Details

    • MultiPoint

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

    • toCompositeGeometry

      public static CompositeGeometry toCompositeGeometry(List coordinates)
    • isNotType

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

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

      protected List<List<Double>> buildCoordinatesList(org.locationtech.jts.geom.Coordinate[] coordinates)
    • toWkt

      public String toWkt()
      Overrides:
      toWkt in class Point
      Returns:
      well-known text of underlying equivalent Geometric object
    • getGeometry

      public org.locationtech.jts.geom.Geometry getGeometry()
      Overrides:
      getGeometry in class Point
      Returns:
      equivalent geometric object
    • toGeoRssPositions

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