|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterItemDescription
public class RasterItemDescription
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>
| 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 |
|---|
@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)
public RasterItemDescription()
| Method Detail |
|---|
public java.lang.String[] getDataFileNames()
[] public void setDataFileNames(java.lang.String[] value)
value - allowed object is
[] public java.lang.String[] getDataFileURLs()
[] public void setDataFileURLs(java.lang.String[] value)
value - allowed object is
[] public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySetpublic GeodataXform getGeodataXform()
GeodataXformpublic void setGeodataXform(GeodataXform value)
value - allowed object is
GeodataXformpublic java.lang.Boolean getComputeStatistics()
Booleanpublic java.lang.Boolean isComputeStatistics()
public void setComputeStatistics(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getBuildPyramids()
Booleanpublic java.lang.Boolean isBuildPyramids()
public void setBuildPyramids(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getBuildThumbnail()
Booleanpublic java.lang.Boolean isBuildThumbnail()
public void setBuildThumbnail(java.lang.Boolean value)
value - allowed object is
Booleanpublic EsriGeodataXformApplyMethod getGeodataXformApplyMethod()
EsriGeodataXformApplyMethodpublic void setGeodataXformApplyMethod(EsriGeodataXformApplyMethod value)
value - allowed object is
EsriGeodataXformApplyMethodpublic java.lang.Double getMinCellSizeFactor()
Doublepublic void setMinCellSizeFactor(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaxCellSizeFactor()
Doublepublic void setMaxCellSizeFactor(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 | ||||||||