com.esri.arcgisws
Class RasterItemDescription

java.lang.Object
  extended by com.esri.arcgisws.RasterItemDescription
All Implemented Interfaces:
java.io.Serializable

public class RasterItemDescription
extends java.lang.Object
implements java.io.Serializable

Java class for RasterItemDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RasterItemDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataFileNames" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString"/>
         <element name="DataFileURLs" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
         <element name="GeodataXform" type="{http://www.esri.com/schemas/ArcGIS/10.3}GeodataXform" minOccurs="0"/>
         <element name="ComputeStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BuildPyramids" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BuildThumbnail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GeodataXformApplyMethod" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriGeodataXformApplyMethod" minOccurs="0"/>
         <element name="MinCellSizeFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MaxCellSizeFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterItemDescription()
          RasterItemDescription default constructor.
RasterItemDescription(java.lang.String[] dataFileNames, java.lang.String[] dataFileURLs, java.lang.String type, PropertySet properties, GeodataXform geodataXform, java.lang.Boolean computeStatistics, java.lang.Boolean buildPyramids, java.lang.Boolean buildThumbnail, EsriGeodataXformApplyMethod geodataXformApplyMethod, java.lang.Double minCellSizeFactor, java.lang.Double maxCellSizeFactor)
          Deprecated. 
 
Method Summary
 java.lang.Boolean getBuildPyramids()
          Gets the value of the buildPyramids property.
 java.lang.Boolean getBuildThumbnail()
          Gets the value of the buildThumbnail property.
 java.lang.Boolean getComputeStatistics()
          Gets the value of the computeStatistics property.
 java.lang.String[] getDataFileNames()
          Gets the value of the dataFileNames property.
 java.lang.String[] getDataFileURLs()
          Gets the value of the dataFileURLs property.
 GeodataXform getGeodataXform()
          Gets the value of the geodataXform property.
 EsriGeodataXformApplyMethod getGeodataXformApplyMethod()
          Gets the value of the geodataXformApplyMethod property.
 java.lang.Double getMaxCellSizeFactor()
          Gets the value of the maxCellSizeFactor property.
 java.lang.Double getMinCellSizeFactor()
          Gets the value of the minCellSizeFactor property.
 PropertySet getProperties()
          Gets the value of the properties property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.Boolean isBuildPyramids()
           
 java.lang.Boolean isBuildThumbnail()
           
 java.lang.Boolean isComputeStatistics()
           
 void setBuildPyramids(java.lang.Boolean value)
          Sets the value of the buildPyramids property.
 void setBuildThumbnail(java.lang.Boolean value)
          Sets the value of the buildThumbnail property.
 void setComputeStatistics(java.lang.Boolean value)
          Sets the value of the computeStatistics property.
 void setDataFileNames(java.lang.String[] value)
          Sets the value of the dataFileNames property.
 void setDataFileURLs(java.lang.String[] value)
          Sets the value of the dataFileURLs property.
 void setGeodataXform(GeodataXform value)
          Sets the value of the geodataXform property.
 void setGeodataXformApplyMethod(EsriGeodataXformApplyMethod value)
          Sets the value of the geodataXformApplyMethod property.
 void setMaxCellSizeFactor(java.lang.Double value)
          Sets the value of the maxCellSizeFactor property.
 void setMinCellSizeFactor(java.lang.Double value)
          Sets the value of the minCellSizeFactor property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterItemDescription

@Deprecated
public RasterItemDescription(java.lang.String[] dataFileNames,
                                        java.lang.String[] dataFileURLs,
                                        java.lang.String type,
                                        PropertySet properties,
                                        GeodataXform geodataXform,
                                        java.lang.Boolean computeStatistics,
                                        java.lang.Boolean buildPyramids,
                                        java.lang.Boolean buildThumbnail,
                                        EsriGeodataXformApplyMethod geodataXformApplyMethod,
                                        java.lang.Double minCellSizeFactor,
                                        java.lang.Double maxCellSizeFactor)
Deprecated. 

RasterItemDescription constructor.


RasterItemDescription

public RasterItemDescription()
RasterItemDescription default constructor.

Method Detail

getDataFileNames

public java.lang.String[] getDataFileNames()
Gets the value of the dataFileNames property.

Returns:
possible object is []

setDataFileNames

public void setDataFileNames(java.lang.String[] value)
Sets the value of the dataFileNames property.

Parameters:
value - allowed object is []

getDataFileURLs

public java.lang.String[] getDataFileURLs()
Gets the value of the dataFileURLs property.

Returns:
possible object is []

setDataFileURLs

public void setDataFileURLs(java.lang.String[] value)
Sets the value of the dataFileURLs property.

Parameters:
value - allowed object is []

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getProperties

public PropertySet getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet

getGeodataXform

public GeodataXform getGeodataXform()
Gets the value of the geodataXform property.

Returns:
possible object is GeodataXform

setGeodataXform

public void setGeodataXform(GeodataXform value)
Sets the value of the geodataXform property.

Parameters:
value - allowed object is GeodataXform

getComputeStatistics

public java.lang.Boolean getComputeStatistics()
Gets the value of the computeStatistics property.

Returns:
possible object is Boolean

isComputeStatistics

public java.lang.Boolean isComputeStatistics()

setComputeStatistics

public void setComputeStatistics(java.lang.Boolean value)
Sets the value of the computeStatistics property.

Parameters:
value - allowed object is Boolean

getBuildPyramids

public java.lang.Boolean getBuildPyramids()
Gets the value of the buildPyramids property.

Returns:
possible object is Boolean

isBuildPyramids

public java.lang.Boolean isBuildPyramids()

setBuildPyramids

public void setBuildPyramids(java.lang.Boolean value)
Sets the value of the buildPyramids property.

Parameters:
value - allowed object is Boolean

getBuildThumbnail

public java.lang.Boolean getBuildThumbnail()
Gets the value of the buildThumbnail property.

Returns:
possible object is Boolean

isBuildThumbnail

public java.lang.Boolean isBuildThumbnail()

setBuildThumbnail

public void setBuildThumbnail(java.lang.Boolean value)
Sets the value of the buildThumbnail property.

Parameters:
value - allowed object is Boolean

getGeodataXformApplyMethod

public EsriGeodataXformApplyMethod getGeodataXformApplyMethod()
Gets the value of the geodataXformApplyMethod property.

Returns:
possible object is EsriGeodataXformApplyMethod

setGeodataXformApplyMethod

public void setGeodataXformApplyMethod(EsriGeodataXformApplyMethod value)
Sets the value of the geodataXformApplyMethod property.

Parameters:
value - allowed object is EsriGeodataXformApplyMethod

getMinCellSizeFactor

public java.lang.Double getMinCellSizeFactor()
Gets the value of the minCellSizeFactor property.

Returns:
possible object is Double

setMinCellSizeFactor

public void setMinCellSizeFactor(java.lang.Double value)
Sets the value of the minCellSizeFactor property.

Parameters:
value - allowed object is Double

getMaxCellSizeFactor

public java.lang.Double getMaxCellSizeFactor()
Gets the value of the maxCellSizeFactor property.

Returns:
possible object is Double

setMaxCellSizeFactor

public void setMaxCellSizeFactor(java.lang.Double value)
Sets the value of the maxCellSizeFactor property.

Parameters:
value - allowed object is Double