Class GeoJsonMultiPoint

    • Constructor Detail

      • GeoJsonMultiPoint

        public GeoJsonMultiPoint​(java.util.List<GeoJsonPoint> geoJsonPoints)
        Creates a GeoJsonMultiPoint object
        Parameters:
        geoJsonPoints - list of GeoJsonPoints to store
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the type of geometry. The type of geometry conforms to the GeoJSON 'type' specification.
        Returns:
        type of geometry
      • getPoints

        public java.util.List<GeoJsonPoint> getPoints()
        Gets a list of GeoJsonPoints
        Returns:
        list of GeoJsonPoints