Class FeatureGeometry

    • Constructor Detail

      • FeatureGeometry

        public FeatureGeometry()
        Instantiates a new feature geometry.
      • FeatureGeometry

        public FeatureGeometry​(String type,
                               String coordinatesJSON)
        Instantiates a new feature geometry.
        Parameters:
        type - the type
        coordinatesJSON - the coordinates JSON
    • Method Detail

      • setType

        public void setType​(String type)
      • setCoordinatesJSON

        public void setCoordinatesJSON​(String coordinatesJSON)
      • getToJSONObject

        public String getToJSONObject()