Class ArcGISImageServiceInfo
- java.lang.Object
-
- com.esri.arcgisruntime.arcgisservices.ArcGISImageServiceInfo
-
public final class ArcGISImageServiceInfo extends java.lang.ObjectRepresents the service metadata of aImageServiceRaster.- Since:
- 100.1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttribution()Gets the attribution.java.lang.StringgetCurrentVersion()Gets the current version.java.util.List<Field>getFields()Gets an unmodifiable list of fields.EnvelopegetFullExtent()Gets the full extent.doublegetMaxScale()Gets the max scale.doublegetMinScale()Gets the min scale.java.lang.StringgetName()Gets the name.PixelTypegetPixelType()Gets the type of pixel.java.util.List<RenderingRuleInfo>getRenderingRuleInfos()Gets an unmodifiable list of rendering rule infos.SpatialReferencegetSpatialReference()Gets the spatial reference.LayerTimeInfogetTimeInfo()Gets the time info from the image service.java.lang.StringgetUrl()Gets the image service URL.
-
-
-
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
-
-