Class GeoService


  • public class GeoService
    extends Service
    A GeoJSON service (http://iiif.io/api/annex/services/#geojson).

    Initialize it either with an URL to a GeoJSON resource that identifies the linked location, or pass a Feature object that defines the location.

    • Constructor Detail

      • GeoService

        public GeoService()
      • GeoService

        public GeoService​(String identifier)
      • GeoService

        public GeoService​(org.geojson.Feature feature)
      • GeoService

        public GeoService​(String identifier,
                          org.geojson.Feature feature)
    • Method Detail

      • getType

        public String getType()
      • getFeature

        public org.geojson.Feature getFeature()