Class ArcGISImageServiceInfo
- java.lang.Object
-
- com.esri.arcgisruntime.arcgisservices.ArcGISImageServiceInfo
-
public final class ArcGISImageServiceInfo extends Object
Represents the service metadata of aImageServiceRaster
.- Since:
- 100.1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttribution()
Gets the attribution.String
getCurrentVersion()
Gets the current version.List<Field>
getFields()
Gets an unmodifiable list of fields.Envelope
getFullExtent()
Gets the full extent.double
getMaxScale()
Gets the max scale.double
getMinScale()
Gets the min scale.String
getName()
Gets the name.PixelType
getPixelType()
Gets the type of pixel.List<RenderingRuleInfo>
getRenderingRuleInfos()
Gets an unmodifiable list of rendering rule infos.SpatialReference
getSpatialReference()
Gets the spatial reference.LayerTimeInfo
getTimeInfo()
Gets the time info from the image service.String
getUrl()
Gets the image service URL.
-
-
-
Method Detail
-
getAttribution
public String getAttribution()
Gets the attribution.- Returns:
- the attribution
- Since:
- 100.1.0
-
getCurrentVersion
public String getCurrentVersion()
Gets the current version.- Returns:
- the current version
- Since:
- 100.1.0
-
getFields
public 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 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 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 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
-
-