Class ArcGISImageServiceInfo


  • public final class ArcGISImageServiceInfo
    extends java.lang.Object
    Represents the service metadata of a ImageServiceRaster.
    Since:
    100.1.0
    • Method Detail

      • getAttribution

        public java.lang.String getAttribution()
        Gets the attribution.
        Returns:
        the attribution
        Since:
        100.1.0
      • getCurrentVersion

        public java.lang.String getCurrentVersion()
        Gets the current version.
        Returns:
        the current version
        Since:
        100.1.0
      • getFields

        public java.util.List<Field> getFields()
        Gets an unmodifiable list of fields.
        Returns:
        an unmodifiable list of fields
        Since:
        100.1.0
      • getFullExtent

        public Envelope getFullExtent()
        Gets the full extent.
        Returns:
        the full extent
        Since:
        100.1.0
      • getMaxScale

        public double getMaxScale()
        Gets the max scale.
        Returns:
        the max scale
        Since:
        100.1.0
      • getMinScale

        public double getMinScale()
        Gets the min scale.
        Returns:
        the min scale
        Since:
        100.1.0
      • getName

        public java.lang.String getName()
        Gets the name.
        Returns:
        the name
        Since:
        100.1.0
      • getPixelType

        public PixelType getPixelType()
        Gets the type of pixel.
        Returns:
        the type of pixel
        Since:
        100.1.0
      • getRenderingRuleInfos

        public java.util.List<RenderingRuleInfo> getRenderingRuleInfos()
        Gets an unmodifiable list of rendering rule infos.
        Returns:
        an unmodifiable list of RenderingRuleInfo
        Since:
        100.1.0
      • getSpatialReference

        public SpatialReference getSpatialReference()
        Gets the spatial reference.
        Returns:
        the spatial reference
        Since:
        100.1.0
      • getUrl

        public java.lang.String getUrl()
        Gets the image service URL.
        Returns:
        the image service URL
        Since:
        100.1.0
      • getTimeInfo

        public LayerTimeInfo getTimeInfo()
        Gets the time info from the image service.
        Returns:
        the time info, or null if the service is not time aware
        Since:
        100.3.0