|
|||||||||
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()
EsriMosaicMethod
public void setMosaicMethod(EsriMosaicMethod value)
value
- allowed object is
EsriMosaicMethod
public java.lang.String getWhereClause()
String
public void setWhereClause(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSortFieldName()
String
public void setSortFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getSortValue()
Object
public void setSortValue(java.lang.Object value)
value
- allowed object is
Object
public java.lang.Boolean getAscending()
Boolean
public java.lang.Boolean isAscending()
public void setAscending(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getLockRasterID()
String
public void setLockRasterID(java.lang.String value)
value
- allowed object is
String
public Point getViewpoint()
Point
public void setViewpoint(Point value)
value
- allowed object is
Point
public FIDSet getFIDs()
FIDSet
public void setFIDs(FIDSet value)
value
- allowed object is
FIDSet
public RstMosaicOperatorType getMosaicOperation()
RstMosaicOperatorType
public void setMosaicOperation(RstMosaicOperatorType value)
value
- allowed object is
RstMosaicOperatorType
public TimeValue getTimeValue()
TimeValue
public 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 |