|
|||||||||
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()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public PropertySet getProperties()
PropertySet
public void setProperties(PropertySet value)
value
- allowed object is
PropertySet
public GeodataXform getGeodataXform()
GeodataXform
public void setGeodataXform(GeodataXform value)
value
- allowed object is
GeodataXform
public java.lang.Boolean getComputeStatistics()
Boolean
public java.lang.Boolean isComputeStatistics()
public void setComputeStatistics(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getBuildPyramids()
Boolean
public java.lang.Boolean isBuildPyramids()
public void setBuildPyramids(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getBuildThumbnail()
Boolean
public java.lang.Boolean isBuildThumbnail()
public void setBuildThumbnail(java.lang.Boolean value)
value
- allowed object is
Boolean
public EsriGeodataXformApplyMethod getGeodataXformApplyMethod()
EsriGeodataXformApplyMethod
public void setGeodataXformApplyMethod(EsriGeodataXformApplyMethod value)
value
- allowed object is
EsriGeodataXformApplyMethod
public java.lang.Double getMinCellSizeFactor()
Double
public void setMinCellSizeFactor(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMaxCellSizeFactor()
Double
public 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 |