Class GeoJSONPoint

All Implemented Interfaces:
Serializable

public class GeoJSONPoint extends GeoJSONGeometry
See Also:
  • Field Details

    • TYPE

      public static final String TYPE
      See Also:
    • coordinates

      protected org.locationtech.jts.geom.Coordinate coordinates
  • Constructor Details

    • GeoJSONPoint

      public GeoJSONPoint(org.locationtech.jts.geom.Coordinate coordinates)
    • GeoJSONPoint

      public GeoJSONPoint(double x, double y)
    • GeoJSONPoint

      public GeoJSONPoint(double x, double y, double z)
  • Method Details

    • getCoordinates

      public org.locationtech.jts.geom.Coordinate getCoordinates()
    • getX

      public double getX()
    • getY

      public double getY()
    • getZ

      public Double getZ()
    • hasZ

      public boolean hasZ()
    • toString

      public String toString()
      Overrides:
      toString in class Object