com.esri.arcgisws
Class MosaicRule

java.lang.Object
  extended by com.esri.arcgisws.MosaicRule
All Implemented Interfaces:
Serializable

public class MosaicRule
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

MosaicRule

@Deprecated
public MosaicRule(EsriMosaicMethod mosaicMethod,
                             String whereClause,
                             String sortFieldName,
                             Object sortValue,
                             Boolean ascending,
                             String lockRasterID,
                             Point viewpoint,
                             FIDSet fiDs,
                             RstMosaicOperatorType mosaicOperation,
                             TimeValue timeValue)
Deprecated. 

MosaicRule constructor.


MosaicRule

public MosaicRule()
MosaicRule default constructor.

Method Detail

getMosaicMethod

public EsriMosaicMethod getMosaicMethod()
Gets the value of the mosaicMethod property.

Returns:
possible object is EsriMosaicMethod

setMosaicMethod

public void setMosaicMethod(EsriMosaicMethod value)
Sets the value of the mosaicMethod property.

Parameters:
value - allowed object is EsriMosaicMethod

getWhereClause

public String getWhereClause()
Gets the value of the whereClause property.

Returns:
possible object is String

setWhereClause

public void setWhereClause(String value)
Sets the value of the whereClause property.

Parameters:
value - allowed object is String

getSortFieldName

public String getSortFieldName()
Gets the value of the sortFieldName property.

Returns:
possible object is String

setSortFieldName

public void setSortFieldName(String value)
Sets the value of the sortFieldName property.

Parameters:
value - allowed object is String

getSortValue

public Object getSortValue()
Gets the value of the sortValue property.

Returns:
possible object is Object

setSortValue

public void setSortValue(Object value)
Sets the value of the sortValue property.

Parameters:
value - allowed object is Object

getAscending

public Boolean getAscending()
Gets the value of the ascending property.

Returns:
possible object is Boolean

isAscending

public Boolean isAscending()

setAscending

public void setAscending(Boolean value)
Sets the value of the ascending property.

Parameters:
value - allowed object is Boolean

getLockRasterID

public String getLockRasterID()
Gets the value of the lockRasterID property.

Returns:
possible object is String

setLockRasterID

public void setLockRasterID(String value)
Sets the value of the lockRasterID property.

Parameters:
value - allowed object is String

getViewpoint

public Point getViewpoint()
Gets the value of the viewpoint property.

Returns:
possible object is Point

setViewpoint

public void setViewpoint(Point value)
Sets the value of the viewpoint property.

Parameters:
value - allowed object is Point

getFIDs

public FIDSet getFIDs()
Gets the value of the fiDs property.

Returns:
possible object is FIDSet

setFIDs

public void setFIDs(FIDSet value)
Sets the value of the fiDs property.

Parameters:
value - allowed object is FIDSet

getMosaicOperation

public RstMosaicOperatorType getMosaicOperation()
Gets the value of the mosaicOperation property.

Returns:
possible object is RstMosaicOperatorType

setMosaicOperation

public void setMosaicOperation(RstMosaicOperatorType value)
Sets the value of the mosaicOperation property.

Parameters:
value - allowed object is RstMosaicOperatorType

getTimeValue

public TimeValue getTimeValue()
Gets the value of the timeValue property.

Returns:
possible object is TimeValue

setTimeValue

public void setTimeValue(TimeValue value)
Sets the value of the timeValue property.

Parameters:
value - allowed object is TimeValue