| 
 | |||||||||
| 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.0}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.0}rstPixelType"/>
         <element name="NoData" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}esriImageServiceDataType"/>
         <element name="MinValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="MaxValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="MeanValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="StdvValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}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.0}rstResamplingTypes" minOccurs="0"/>
         <element name="DefaultMosaicMethod" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}TimeReference" minOccurs="0"/>
         <element name="TimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeExtent" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| ImageServiceInfo()ImageServiceInfo default constructor. | |
| ImageServiceInfo(String name,
                 String description,
                 Envelope extent,
                 double pixelSizeX,
                 double pixelSizeY,
                 int bandCount,
                 RstPixelType pixelType,
                 Object[] noData,
                 double minPixelSize,
                 double maxPixelSize,
                 String copyrightText,
                 EsriImageServiceDataType serviceDataType,
                 double[] minValues,
                 double[] maxValues,
                 double[] meanValues,
                 double[] stdvValues,
                 String serviceProperties,
                 int maxNCols,
                 int maxNRows,
                 EsriImageServiceSourceType serviceSourceType,
                 String allowedFields,
                 String allowedCompressions,
                 String allowedMosaicMethods,
                 String allowedItemMetadata,
                 Integer maxRecordCount,
                 Integer maxDownloadImageCount,
                 Integer maxMosaicImageCount,
                 String defaultCompression,
                 Integer defaultCompressionQuality,
                 RstResamplingTypes defaultResamplingMethod,
                 EsriMosaicMethod defaultMosaicMethod,
                 Boolean supportBSQ,
                 Boolean supportsTime,
                 String startTimeFieldName,
                 String endTimeFieldName,
                 String timeValueFormat,
                 TimeReference timeReference,
                 TimeExtent timeExtent)Deprecated. | |
| Method Summary | |
|---|---|
|  String | getAllowedCompressions()Gets the value of the allowedCompressions property. | 
|  String | getAllowedFields()Gets the value of the allowedFields property. | 
|  String | getAllowedItemMetadata()Gets the value of the allowedItemMetadata property. | 
|  String | getAllowedMosaicMethods()Gets the value of the allowedMosaicMethods property. | 
|  int | getBandCount()Gets the value of the bandCount property. | 
|  String | getCopyrightText()Gets the value of the copyrightText property. | 
|  String | getDefaultCompression()Gets the value of the defaultCompression property. | 
|  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. | 
|  String | getDescription()Gets the value of the description property. | 
|  String | getEndTimeFieldName()Gets the value of the endTimeFieldName property. | 
|  Envelope | getExtent()Gets the value of the extent property. | 
|  Integer | getMaxDownloadImageCount()Gets the value of the maxDownloadImageCount property. | 
|  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. | 
|  Integer | getMaxRecordCount()Gets the value of the maxRecordCount property. | 
|  double[] | getMaxValues()Gets the value of the maxValues property. | 
|  double[] | getMeanValues()Gets the value of the meanValues property. | 
|  double | getMinPixelSize()Gets the value of the minPixelSize property. | 
|  double[] | getMinValues()Gets the value of the minValues property. | 
|  String | getName()Gets the value of the name property. | 
|  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. | 
|  EsriImageServiceDataType | getServiceDataType()Gets the value of the serviceDataType property. | 
|  String | getServiceProperties()Gets the value of the serviceProperties property. | 
|  EsriImageServiceSourceType | getServiceSourceType()Gets the value of the serviceSourceType property. | 
|  String | getStartTimeFieldName()Gets the value of the startTimeFieldName property. | 
|  double[] | getStdvValues()Gets the value of the stdvValues property. | 
|  Boolean | getSupportBSQ()Gets the value of the supportBSQ property. | 
|  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. | 
|  String | getTimeValueFormat()Gets the value of the timeValueFormat property. | 
|  Boolean | isSupportBSQ() | 
|  Boolean | isSupportsTime() | 
|  void | setAllowedCompressions(String value)Sets the value of the allowedCompressions property. | 
|  void | setAllowedFields(String value)Sets the value of the allowedFields property. | 
|  void | setAllowedItemMetadata(String value)Sets the value of the allowedItemMetadata property. | 
|  void | setAllowedMosaicMethods(String value)Sets the value of the allowedMosaicMethods property. | 
|  void | setBandCount(int value)Sets the value of the bandCount property. | 
|  void | setCopyrightText(String value)Sets the value of the copyrightText property. | 
|  void | setDefaultCompression(String value)Sets the value of the defaultCompression property. | 
|  void | setDefaultCompressionQuality(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(String value)Sets the value of the description property. | 
|  void | setEndTimeFieldName(String value)Sets the value of the endTimeFieldName property. | 
|  void | setExtent(Envelope value)Sets the value of the extent property. | 
|  void | setMaxDownloadImageCount(Integer value)Sets the value of the maxDownloadImageCount property. | 
|  void | setMaxMosaicImageCount(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(Integer value)Sets the value of the maxRecordCount property. | 
|  void | setMaxValues(double[] value)Sets the value of the maxValues property. | 
|  void | setMeanValues(double[] value)Sets the value of the meanValues property. | 
|  void | setMinPixelSize(double value)Sets the value of the minPixelSize property. | 
|  void | setMinValues(double[] value)Sets the value of the minValues property. | 
|  void | setName(String value)Sets the value of the name property. | 
|  void | setNoData(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 | setServiceDataType(EsriImageServiceDataType value)Sets the value of the serviceDataType property. | 
|  void | setServiceProperties(String value)Sets the value of the serviceProperties property. | 
|  void | setServiceSourceType(EsriImageServiceSourceType value)Sets the value of the serviceSourceType property. | 
|  void | setStartTimeFieldName(String value)Sets the value of the startTimeFieldName property. | 
|  void | setStdvValues(double[] value)Sets the value of the stdvValues property. | 
|  void | setSupportBSQ(Boolean value)Sets the value of the supportBSQ property. | 
|  void | setSupportsTime(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(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(String name,
                                   String description,
                                   Envelope extent,
                                   double pixelSizeX,
                                   double pixelSizeY,
                                   int bandCount,
                                   RstPixelType pixelType,
                                   Object[] noData,
                                   double minPixelSize,
                                   double maxPixelSize,
                                   String copyrightText,
                                   EsriImageServiceDataType serviceDataType,
                                   double[] minValues,
                                   double[] maxValues,
                                   double[] meanValues,
                                   double[] stdvValues,
                                   String serviceProperties,
                                   int maxNCols,
                                   int maxNRows,
                                   EsriImageServiceSourceType serviceSourceType,
                                   String allowedFields,
                                   String allowedCompressions,
                                   String allowedMosaicMethods,
                                   String allowedItemMetadata,
                                   Integer maxRecordCount,
                                   Integer maxDownloadImageCount,
                                   Integer maxMosaicImageCount,
                                   String defaultCompression,
                                   Integer defaultCompressionQuality,
                                   RstResamplingTypes defaultResamplingMethod,
                                   EsriMosaicMethod defaultMosaicMethod,
                                   Boolean supportBSQ,
                                   Boolean supportsTime,
                                   String startTimeFieldName,
                                   String endTimeFieldName,
                                   String timeValueFormat,
                                   TimeReference timeReference,
                                   TimeExtent timeExtent)
public ImageServiceInfo()
| Method Detail | 
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
     Envelopepublic 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()
RstPixelTypepublic void setPixelType(RstPixelType value)
value - allowed object is
     RstPixelTypepublic Object[] getNoData()
[] public void setNoData(Object[] value)
value - allowed object is
     [] public double getMinPixelSize()
public void setMinPixelSize(double value)
public double getMaxPixelSize()
public void setMaxPixelSize(double value)
public String getCopyrightText()
Stringpublic void setCopyrightText(String value)
value - allowed object is
     Stringpublic EsriImageServiceDataType getServiceDataType()
EsriImageServiceDataTypepublic void setServiceDataType(EsriImageServiceDataType value)
value - allowed object is
     EsriImageServiceDataTypepublic 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 String getServiceProperties()
Stringpublic void setServiceProperties(String value)
value - allowed object is
     Stringpublic int getMaxNCols()
public void setMaxNCols(int value)
public int getMaxNRows()
public void setMaxNRows(int value)
public EsriImageServiceSourceType getServiceSourceType()
EsriImageServiceSourceTypepublic void setServiceSourceType(EsriImageServiceSourceType value)
value - allowed object is
     EsriImageServiceSourceTypepublic String getAllowedFields()
Stringpublic void setAllowedFields(String value)
value - allowed object is
     Stringpublic String getAllowedCompressions()
Stringpublic void setAllowedCompressions(String value)
value - allowed object is
     Stringpublic String getAllowedMosaicMethods()
Stringpublic void setAllowedMosaicMethods(String value)
value - allowed object is
     Stringpublic String getAllowedItemMetadata()
Stringpublic void setAllowedItemMetadata(String value)
value - allowed object is
     Stringpublic Integer getMaxRecordCount()
Integerpublic void setMaxRecordCount(Integer value)
value - allowed object is
     Integerpublic Integer getMaxDownloadImageCount()
Integerpublic void setMaxDownloadImageCount(Integer value)
value - allowed object is
     Integerpublic Integer getMaxMosaicImageCount()
Integerpublic void setMaxMosaicImageCount(Integer value)
value - allowed object is
     Integerpublic String getDefaultCompression()
Stringpublic void setDefaultCompression(String value)
value - allowed object is
     Stringpublic Integer getDefaultCompressionQuality()
Integerpublic void setDefaultCompressionQuality(Integer value)
value - allowed object is
     Integerpublic RstResamplingTypes getDefaultResamplingMethod()
RstResamplingTypespublic void setDefaultResamplingMethod(RstResamplingTypes value)
value - allowed object is
     RstResamplingTypespublic EsriMosaicMethod getDefaultMosaicMethod()
EsriMosaicMethodpublic void setDefaultMosaicMethod(EsriMosaicMethod value)
value - allowed object is
     EsriMosaicMethodpublic Boolean getSupportBSQ()
Booleanpublic Boolean isSupportBSQ()
public void setSupportBSQ(Boolean value)
value - allowed object is
     Booleanpublic Boolean getSupportsTime()
Booleanpublic Boolean isSupportsTime()
public void setSupportsTime(Boolean value)
value - allowed object is
     Booleanpublic String getStartTimeFieldName()
Stringpublic void setStartTimeFieldName(String value)
value - allowed object is
     Stringpublic String getEndTimeFieldName()
Stringpublic void setEndTimeFieldName(String value)
value - allowed object is
     Stringpublic String getTimeValueFormat()
Stringpublic void setTimeValueFormat(String value)
value - allowed object is
     Stringpublic TimeReference getTimeReference()
TimeReferencepublic void setTimeReference(TimeReference value)
value - allowed object is
     TimeReferencepublic TimeExtent getTimeExtent()
TimeExtentpublic void setTimeExtent(TimeExtent value)
value - allowed object is
     TimeExtent| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||