|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MosaicRule
public class MosaicRule
Java class for MosaicRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MosaicRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MosaicMethod" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriMosaicMethod"/>
<element name="WhereClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SortFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SortValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="Ascending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LockRasterID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Viewpoint" type="{http://www.esri.com/schemas/ArcGIS/10.3}Point" minOccurs="0"/>
<element name="FIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}FIDSet" minOccurs="0"/>
<element name="MosaicOperation" type="{http://www.esri.com/schemas/ArcGIS/10.3}rstMosaicOperatorType" minOccurs="0"/>
<element name="TimeValue" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MosaicRule()
MosaicRule default constructor. |
|
MosaicRule(EsriMosaicMethod mosaicMethod,
java.lang.String whereClause,
java.lang.String sortFieldName,
java.lang.Object sortValue,
java.lang.Boolean ascending,
java.lang.String lockRasterID,
Point viewpoint,
FIDSet fiDs,
RstMosaicOperatorType mosaicOperation,
TimeValue timeValue)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAscending()
Gets the value of the ascending property. |
FIDSet |
getFIDs()
Gets the value of the fiDs property. |
java.lang.String |
getLockRasterID()
Gets the value of the lockRasterID property. |
EsriMosaicMethod |
getMosaicMethod()
Gets the value of the mosaicMethod property. |
RstMosaicOperatorType |
getMosaicOperation()
Gets the value of the mosaicOperation property. |
java.lang.String |
getSortFieldName()
Gets the value of the sortFieldName property. |
java.lang.Object |
getSortValue()
Gets the value of the sortValue property. |
TimeValue |
getTimeValue()
Gets the value of the timeValue property. |
Point |
getViewpoint()
Gets the value of the viewpoint property. |
java.lang.String |
getWhereClause()
Gets the value of the whereClause property. |
java.lang.Boolean |
isAscending()
|
void |
setAscending(java.lang.Boolean value)
Sets the value of the ascending property. |
void |
setFIDs(FIDSet value)
Sets the value of the fiDs property. |
void |
setLockRasterID(java.lang.String value)
Sets the value of the lockRasterID property. |
void |
setMosaicMethod(EsriMosaicMethod value)
Sets the value of the mosaicMethod property. |
void |
setMosaicOperation(RstMosaicOperatorType value)
Sets the value of the mosaicOperation property. |
void |
setSortFieldName(java.lang.String value)
Sets the value of the sortFieldName property. |
void |
setSortValue(java.lang.Object value)
Sets the value of the sortValue property. |
void |
setTimeValue(TimeValue value)
Sets the value of the timeValue property. |
void |
setViewpoint(Point value)
Sets the value of the viewpoint property. |
void |
setWhereClause(java.lang.String value)
Sets the value of the whereClause property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MosaicRule(EsriMosaicMethod mosaicMethod,
java.lang.String whereClause,
java.lang.String sortFieldName,
java.lang.Object sortValue,
java.lang.Boolean ascending,
java.lang.String lockRasterID,
Point viewpoint,
FIDSet fiDs,
RstMosaicOperatorType mosaicOperation,
TimeValue timeValue)
public MosaicRule()
| Method Detail |
|---|
public EsriMosaicMethod getMosaicMethod()
EsriMosaicMethodpublic void setMosaicMethod(EsriMosaicMethod value)
value - allowed object is
EsriMosaicMethodpublic java.lang.String getWhereClause()
Stringpublic void setWhereClause(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSortFieldName()
Stringpublic void setSortFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getSortValue()
Objectpublic void setSortValue(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Boolean getAscending()
Booleanpublic java.lang.Boolean isAscending()
public void setAscending(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getLockRasterID()
Stringpublic void setLockRasterID(java.lang.String value)
value - allowed object is
Stringpublic Point getViewpoint()
Pointpublic void setViewpoint(Point value)
value - allowed object is
Pointpublic FIDSet getFIDs()
FIDSetpublic void setFIDs(FIDSet value)
value - allowed object is
FIDSetpublic RstMosaicOperatorType getMosaicOperation()
RstMosaicOperatorTypepublic void setMosaicOperation(RstMosaicOperatorType value)
value - allowed object is
RstMosaicOperatorTypepublic TimeValue getTimeValue()
TimeValuepublic void setTimeValue(TimeValue value)
value - allowed object is
TimeValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||