|
|||||||||
| 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.0}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.0}Point" minOccurs="0"/>
<element name="FIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}FIDSet" minOccurs="0"/>
<element name="MosaicOperation" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstMosaicOperatorType" minOccurs="0"/>
<element name="TimeValue" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MosaicRule()
MosaicRule default constructor. |
|
MosaicRule(EsriMosaicMethod mosaicMethod,
String whereClause,
String sortFieldName,
Object sortValue,
Boolean ascending,
String lockRasterID,
Point viewpoint,
FIDSet fiDs,
RstMosaicOperatorType mosaicOperation,
TimeValue timeValue)
Deprecated. |
|
| Method Summary | |
|---|---|
Boolean |
getAscending()
Gets the value of the ascending property. |
FIDSet |
getFIDs()
Gets the value of the fiDs property. |
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. |
String |
getSortFieldName()
Gets the value of the sortFieldName property. |
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. |
String |
getWhereClause()
Gets the value of the whereClause property. |
Boolean |
isAscending()
|
void |
setAscending(Boolean value)
Sets the value of the ascending property. |
void |
setFIDs(FIDSet value)
Sets the value of the fiDs property. |
void |
setLockRasterID(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(String value)
Sets the value of the sortFieldName property. |
void |
setSortValue(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(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,
String whereClause,
String sortFieldName,
Object sortValue,
Boolean ascending,
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 String getWhereClause()
Stringpublic void setWhereClause(String value)
value - allowed object is
Stringpublic String getSortFieldName()
Stringpublic void setSortFieldName(String value)
value - allowed object is
Stringpublic Object getSortValue()
Objectpublic void setSortValue(Object value)
value - allowed object is
Objectpublic Boolean getAscending()
Booleanpublic Boolean isAscending()
public void setAscending(Boolean value)
value - allowed object is
Booleanpublic String getLockRasterID()
Stringpublic void setLockRasterID(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 | ||||||||