|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.ImageServiceInfo
public class ImageServiceInfo
Java class for ImageServiceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageServiceInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope"/> <element name="PixelSizeX" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="PixelSizeY" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="BandCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.3}rstPixelType"/> <element name="NoData" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfAnyType"/> <element name="MinPixelSize" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="MaxPixelSize" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ServiceDataType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriImageServiceDataType"/> <element name="MinValues" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> <element name="MaxValues" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> <element name="MeanValues" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> <element name="StdvValues" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> <element name="ServiceProperties" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MaxNCols" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="MaxNRows" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ServiceSourceType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriImageServiceSourceType" minOccurs="0"/> <element name="AllowedFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AllowedCompressions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AllowedMosaicMethods" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AllowedItemMetadata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MaxRecordCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MaxDownloadImageCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MaxMosaicImageCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="DefaultCompression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DefaultCompressionQuality" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="DefaultResamplingMethod" type="{http://www.esri.com/schemas/ArcGIS/10.3}rstResamplingTypes" minOccurs="0"/> <element name="DefaultMosaicMethod" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriMosaicMethod" minOccurs="0"/> <element name="SupportBSQ" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SupportsTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="StartTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EndTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TimeValueFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeReference" minOccurs="0"/> <element name="TimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeExtent" minOccurs="0"/> <element name="Histograms" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRasterHistogram" minOccurs="0"/> <element name="Colormap" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterColormap" minOccurs="0"/> <element name="RasterFunctions" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRasterFunctionInfo" minOccurs="0"/> <element name="RasterTypes" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRasterTypeInfo" minOccurs="0"/> <element name="MensurationCapabilities" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HasRasterAttributeTable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MinScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ImageServiceInfo()
ImageServiceInfo default constructor. |
|
ImageServiceInfo(java.lang.String name,
java.lang.String description,
Envelope extent,
double pixelSizeX,
double pixelSizeY,
int bandCount,
RstPixelType pixelType,
java.lang.Object[] noData,
double minPixelSize,
double maxPixelSize,
java.lang.String copyrightText,
EsriImageServiceDataType serviceDataType,
double[] minValues,
double[] maxValues,
double[] meanValues,
double[] stdvValues,
java.lang.String serviceProperties,
int maxNCols,
int maxNRows,
EsriImageServiceSourceType serviceSourceType,
java.lang.String allowedFields,
java.lang.String allowedCompressions,
java.lang.String allowedMosaicMethods,
java.lang.String allowedItemMetadata,
java.lang.Integer maxRecordCount,
java.lang.Integer maxDownloadImageCount,
java.lang.Integer maxMosaicImageCount,
java.lang.String defaultCompression,
java.lang.Integer defaultCompressionQuality,
RstResamplingTypes defaultResamplingMethod,
EsriMosaicMethod defaultMosaicMethod,
java.lang.Boolean supportBSQ,
java.lang.Boolean supportsTime,
java.lang.String startTimeFieldName,
java.lang.String endTimeFieldName,
java.lang.String timeValueFormat,
TimeReference timeReference,
TimeExtent timeExtent,
RasterHistogram[] histograms,
RasterColormap colormap,
RasterFunctionInfo[] rasterFunctions,
RasterTypeInfo[] rasterTypes,
java.lang.String mensurationCapabilities,
java.lang.Boolean hasRasterAttributeTable,
java.lang.Double minScale,
java.lang.Double maxScale)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getAllowedCompressions()
Gets the value of the allowedCompressions property. |
java.lang.String |
getAllowedFields()
Gets the value of the allowedFields property. |
java.lang.String |
getAllowedItemMetadata()
Gets the value of the allowedItemMetadata property. |
java.lang.String |
getAllowedMosaicMethods()
Gets the value of the allowedMosaicMethods property. |
int |
getBandCount()
Gets the value of the bandCount property. |
RasterColormap |
getColormap()
Gets the value of the colormap property. |
java.lang.String |
getCopyrightText()
Gets the value of the copyrightText property. |
java.lang.String |
getDefaultCompression()
Gets the value of the defaultCompression property. |
java.lang.Integer |
getDefaultCompressionQuality()
Gets the value of the defaultCompressionQuality property. |
EsriMosaicMethod |
getDefaultMosaicMethod()
Gets the value of the defaultMosaicMethod property. |
RstResamplingTypes |
getDefaultResamplingMethod()
Gets the value of the defaultResamplingMethod property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getEndTimeFieldName()
Gets the value of the endTimeFieldName property. |
Envelope |
getExtent()
Gets the value of the extent property. |
java.lang.Boolean |
getHasRasterAttributeTable()
Gets the value of the hasRasterAttributeTable property. |
RasterHistogram[] |
getHistograms()
Gets the value of the histograms property. |
java.lang.Integer |
getMaxDownloadImageCount()
Gets the value of the maxDownloadImageCount property. |
java.lang.Integer |
getMaxMosaicImageCount()
Gets the value of the maxMosaicImageCount property. |
int |
getMaxNCols()
Gets the value of the maxNCols property. |
int |
getMaxNRows()
Gets the value of the maxNRows property. |
double |
getMaxPixelSize()
Gets the value of the maxPixelSize property. |
java.lang.Integer |
getMaxRecordCount()
Gets the value of the maxRecordCount property. |
java.lang.Double |
getMaxScale()
Gets the value of the maxScale property. |
double[] |
getMaxValues()
Gets the value of the maxValues property. |
double[] |
getMeanValues()
Gets the value of the meanValues property. |
java.lang.String |
getMensurationCapabilities()
Gets the value of the mensurationCapabilities property. |
double |
getMinPixelSize()
Gets the value of the minPixelSize property. |
java.lang.Double |
getMinScale()
Gets the value of the minScale property. |
double[] |
getMinValues()
Gets the value of the minValues property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Object[] |
getNoData()
Gets the value of the noData property. |
double |
getPixelSizeX()
Gets the value of the pixelSizeX property. |
double |
getPixelSizeY()
Gets the value of the pixelSizeY property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
RasterFunctionInfo[] |
getRasterFunctions()
Gets the value of the rasterFunctions property. |
RasterTypeInfo[] |
getRasterTypes()
Gets the value of the rasterTypes property. |
EsriImageServiceDataType |
getServiceDataType()
Gets the value of the serviceDataType property. |
java.lang.String |
getServiceProperties()
Gets the value of the serviceProperties property. |
EsriImageServiceSourceType |
getServiceSourceType()
Gets the value of the serviceSourceType property. |
java.lang.String |
getStartTimeFieldName()
Gets the value of the startTimeFieldName property. |
double[] |
getStdvValues()
Gets the value of the stdvValues property. |
java.lang.Boolean |
getSupportBSQ()
Gets the value of the supportBSQ property. |
java.lang.Boolean |
getSupportsTime()
Gets the value of the supportsTime property. |
TimeExtent |
getTimeExtent()
Gets the value of the timeExtent property. |
TimeReference |
getTimeReference()
Gets the value of the timeReference property. |
java.lang.String |
getTimeValueFormat()
Gets the value of the timeValueFormat property. |
java.lang.Boolean |
isHasRasterAttributeTable()
|
java.lang.Boolean |
isSupportBSQ()
|
java.lang.Boolean |
isSupportsTime()
|
void |
setAllowedCompressions(java.lang.String value)
Sets the value of the allowedCompressions property. |
void |
setAllowedFields(java.lang.String value)
Sets the value of the allowedFields property. |
void |
setAllowedItemMetadata(java.lang.String value)
Sets the value of the allowedItemMetadata property. |
void |
setAllowedMosaicMethods(java.lang.String value)
Sets the value of the allowedMosaicMethods property. |
void |
setBandCount(int value)
Sets the value of the bandCount property. |
void |
setColormap(RasterColormap value)
Sets the value of the colormap property. |
void |
setCopyrightText(java.lang.String value)
Sets the value of the copyrightText property. |
void |
setDefaultCompression(java.lang.String value)
Sets the value of the defaultCompression property. |
void |
setDefaultCompressionQuality(java.lang.Integer value)
Sets the value of the defaultCompressionQuality property. |
void |
setDefaultMosaicMethod(EsriMosaicMethod value)
Sets the value of the defaultMosaicMethod property. |
void |
setDefaultResamplingMethod(RstResamplingTypes value)
Sets the value of the defaultResamplingMethod property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEndTimeFieldName(java.lang.String value)
Sets the value of the endTimeFieldName property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setHasRasterAttributeTable(java.lang.Boolean value)
Sets the value of the hasRasterAttributeTable property. |
void |
setHistograms(RasterHistogram[] value)
Sets the value of the histograms property. |
void |
setMaxDownloadImageCount(java.lang.Integer value)
Sets the value of the maxDownloadImageCount property. |
void |
setMaxMosaicImageCount(java.lang.Integer value)
Sets the value of the maxMosaicImageCount property. |
void |
setMaxNCols(int value)
Sets the value of the maxNCols property. |
void |
setMaxNRows(int value)
Sets the value of the maxNRows property. |
void |
setMaxPixelSize(double value)
Sets the value of the maxPixelSize property. |
void |
setMaxRecordCount(java.lang.Integer value)
Sets the value of the maxRecordCount property. |
void |
setMaxScale(java.lang.Double value)
Sets the value of the maxScale property. |
void |
setMaxValues(double[] value)
Sets the value of the maxValues property. |
void |
setMeanValues(double[] value)
Sets the value of the meanValues property. |
void |
setMensurationCapabilities(java.lang.String value)
Sets the value of the mensurationCapabilities property. |
void |
setMinPixelSize(double value)
Sets the value of the minPixelSize property. |
void |
setMinScale(java.lang.Double value)
Sets the value of the minScale property. |
void |
setMinValues(double[] value)
Sets the value of the minValues property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNoData(java.lang.Object[] value)
Sets the value of the noData property. |
void |
setPixelSizeX(double value)
Sets the value of the pixelSizeX property. |
void |
setPixelSizeY(double value)
Sets the value of the pixelSizeY property. |
void |
setPixelType(RstPixelType value)
Sets the value of the pixelType property. |
void |
setRasterFunctions(RasterFunctionInfo[] value)
Sets the value of the rasterFunctions property. |
void |
setRasterTypes(RasterTypeInfo[] value)
Sets the value of the rasterTypes property. |
void |
setServiceDataType(EsriImageServiceDataType value)
Sets the value of the serviceDataType property. |
void |
setServiceProperties(java.lang.String value)
Sets the value of the serviceProperties property. |
void |
setServiceSourceType(EsriImageServiceSourceType value)
Sets the value of the serviceSourceType property. |
void |
setStartTimeFieldName(java.lang.String value)
Sets the value of the startTimeFieldName property. |
void |
setStdvValues(double[] value)
Sets the value of the stdvValues property. |
void |
setSupportBSQ(java.lang.Boolean value)
Sets the value of the supportBSQ property. |
void |
setSupportsTime(java.lang.Boolean value)
Sets the value of the supportsTime property. |
void |
setTimeExtent(TimeExtent value)
Sets the value of the timeExtent property. |
void |
setTimeReference(TimeReference value)
Sets the value of the timeReference property. |
void |
setTimeValueFormat(java.lang.String value)
Sets the value of the timeValueFormat property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public ImageServiceInfo(java.lang.String name, java.lang.String description, Envelope extent, double pixelSizeX, double pixelSizeY, int bandCount, RstPixelType pixelType, java.lang.Object[] noData, double minPixelSize, double maxPixelSize, java.lang.String copyrightText, EsriImageServiceDataType serviceDataType, double[] minValues, double[] maxValues, double[] meanValues, double[] stdvValues, java.lang.String serviceProperties, int maxNCols, int maxNRows, EsriImageServiceSourceType serviceSourceType, java.lang.String allowedFields, java.lang.String allowedCompressions, java.lang.String allowedMosaicMethods, java.lang.String allowedItemMetadata, java.lang.Integer maxRecordCount, java.lang.Integer maxDownloadImageCount, java.lang.Integer maxMosaicImageCount, java.lang.String defaultCompression, java.lang.Integer defaultCompressionQuality, RstResamplingTypes defaultResamplingMethod, EsriMosaicMethod defaultMosaicMethod, java.lang.Boolean supportBSQ, java.lang.Boolean supportsTime, java.lang.String startTimeFieldName, java.lang.String endTimeFieldName, java.lang.String timeValueFormat, TimeReference timeReference, TimeExtent timeExtent, RasterHistogram[] histograms, RasterColormap colormap, RasterFunctionInfo[] rasterFunctions, RasterTypeInfo[] rasterTypes, java.lang.String mensurationCapabilities, java.lang.Boolean hasRasterAttributeTable, java.lang.Double minScale, java.lang.Double maxScale)
public ImageServiceInfo()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public Envelope getExtent()
Envelope
public void setExtent(Envelope value)
value
- allowed object is
Envelope
public double getPixelSizeX()
public void setPixelSizeX(double value)
public double getPixelSizeY()
public void setPixelSizeY(double value)
public int getBandCount()
public void setBandCount(int value)
public RstPixelType getPixelType()
RstPixelType
public void setPixelType(RstPixelType value)
value
- allowed object is
RstPixelType
public java.lang.Object[] getNoData()
[]
public void setNoData(java.lang.Object[] value)
value
- allowed object is
[]
public double getMinPixelSize()
public void setMinPixelSize(double value)
public double getMaxPixelSize()
public void setMaxPixelSize(double value)
public java.lang.String getCopyrightText()
String
public void setCopyrightText(java.lang.String value)
value
- allowed object is
String
public EsriImageServiceDataType getServiceDataType()
EsriImageServiceDataType
public void setServiceDataType(EsriImageServiceDataType value)
value
- allowed object is
EsriImageServiceDataType
public double[] getMinValues()
[]
public void setMinValues(double[] value)
value
- allowed object is
[]
public double[] getMaxValues()
[]
public void setMaxValues(double[] value)
value
- allowed object is
[]
public double[] getMeanValues()
[]
public void setMeanValues(double[] value)
value
- allowed object is
[]
public double[] getStdvValues()
[]
public void setStdvValues(double[] value)
value
- allowed object is
[]
public java.lang.String getServiceProperties()
String
public void setServiceProperties(java.lang.String value)
value
- allowed object is
String
public int getMaxNCols()
public void setMaxNCols(int value)
public int getMaxNRows()
public void setMaxNRows(int value)
public EsriImageServiceSourceType getServiceSourceType()
EsriImageServiceSourceType
public void setServiceSourceType(EsriImageServiceSourceType value)
value
- allowed object is
EsriImageServiceSourceType
public java.lang.String getAllowedFields()
String
public void setAllowedFields(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAllowedCompressions()
String
public void setAllowedCompressions(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAllowedMosaicMethods()
String
public void setAllowedMosaicMethods(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAllowedItemMetadata()
String
public void setAllowedItemMetadata(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getMaxRecordCount()
Integer
public void setMaxRecordCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxDownloadImageCount()
Integer
public void setMaxDownloadImageCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxMosaicImageCount()
Integer
public void setMaxMosaicImageCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getDefaultCompression()
String
public void setDefaultCompression(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getDefaultCompressionQuality()
Integer
public void setDefaultCompressionQuality(java.lang.Integer value)
value
- allowed object is
Integer
public RstResamplingTypes getDefaultResamplingMethod()
RstResamplingTypes
public void setDefaultResamplingMethod(RstResamplingTypes value)
value
- allowed object is
RstResamplingTypes
public EsriMosaicMethod getDefaultMosaicMethod()
EsriMosaicMethod
public void setDefaultMosaicMethod(EsriMosaicMethod value)
value
- allowed object is
EsriMosaicMethod
public java.lang.Boolean getSupportBSQ()
Boolean
public java.lang.Boolean isSupportBSQ()
public void setSupportBSQ(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getSupportsTime()
Boolean
public java.lang.Boolean isSupportsTime()
public void setSupportsTime(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getStartTimeFieldName()
String
public void setStartTimeFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndTimeFieldName()
String
public void setEndTimeFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeValueFormat()
String
public void setTimeValueFormat(java.lang.String value)
value
- allowed object is
String
public TimeReference getTimeReference()
TimeReference
public void setTimeReference(TimeReference value)
value
- allowed object is
TimeReference
public TimeExtent getTimeExtent()
TimeExtent
public void setTimeExtent(TimeExtent value)
value
- allowed object is
TimeExtent
public RasterHistogram[] getHistograms()
[]
public void setHistograms(RasterHistogram[] value)
value
- allowed object is
[]
public RasterColormap getColormap()
RasterColormap
public void setColormap(RasterColormap value)
value
- allowed object is
RasterColormap
public RasterFunctionInfo[] getRasterFunctions()
[]
public void setRasterFunctions(RasterFunctionInfo[] value)
value
- allowed object is
[]
public RasterTypeInfo[] getRasterTypes()
[]
public void setRasterTypes(RasterTypeInfo[] value)
value
- allowed object is
[]
public java.lang.String getMensurationCapabilities()
String
public void setMensurationCapabilities(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getHasRasterAttributeTable()
Boolean
public java.lang.Boolean isHasRasterAttributeTable()
public void setHasRasterAttributeTable(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getMinScale()
Double
public void setMinScale(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMaxScale()
Double
public void setMaxScale(java.lang.Double value)
value
- allowed object is
Double
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |