com.esri.arcgisws
Class Measure

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

public class Measure
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="From" type="{http://www.esri.com/schemas/ArcGIS/10.3}Geometry"/>
         <element name="To" type="{http://www.esri.com/schemas/ArcGIS/10.3}Geometry"/>
         <element name="MosaicRule" type="{http://www.esri.com/schemas/ArcGIS/10.3}MosaicRule"/>
         <element name="PixelSize" type="{http://www.esri.com/schemas/ArcGIS/10.3}Point"/>
         <element name="Operation" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriMensurationOperation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Measure()
          Measure default constructor.
Measure(Geometry from, Geometry to, MosaicRule mosaicRule, Point pixelSize, EsriMensurationOperation operation)
          Deprecated. 
 
Method Summary
 Geometry getFrom()
          Gets the value of the from property.
 MosaicRule getMosaicRule()
          Gets the value of the mosaicRule property.
 EsriMensurationOperation getOperation()
          Gets the value of the operation property.
 Point getPixelSize()
          Gets the value of the pixelSize property.
 Geometry getTo()
          Gets the value of the to property.
 void setFrom(Geometry value)
          Sets the value of the from property.
 void setMosaicRule(MosaicRule value)
          Sets the value of the mosaicRule property.
 void setOperation(EsriMensurationOperation value)
          Sets the value of the operation property.
 void setPixelSize(Point value)
          Sets the value of the pixelSize property.
 void setTo(Geometry value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Measure

@Deprecated
public Measure(Geometry from,
                          Geometry to,
                          MosaicRule mosaicRule,
                          Point pixelSize,
                          EsriMensurationOperation operation)
Deprecated. 

Measure constructor.


Measure

public Measure()
Measure default constructor.

Method Detail

getFrom

public Geometry getFrom()
Gets the value of the from property.

Returns:
possible object is Geometry

setFrom

public void setFrom(Geometry value)
Sets the value of the from property.

Parameters:
value - allowed object is Geometry

getTo

public Geometry getTo()
Gets the value of the to property.

Returns:
possible object is Geometry

setTo

public void setTo(Geometry value)
Sets the value of the to property.

Parameters:
value - allowed object is Geometry

getMosaicRule

public MosaicRule getMosaicRule()
Gets the value of the mosaicRule property.

Returns:
possible object is MosaicRule

setMosaicRule

public void setMosaicRule(MosaicRule value)
Sets the value of the mosaicRule property.

Parameters:
value - allowed object is MosaicRule

getPixelSize

public Point getPixelSize()
Gets the value of the pixelSize property.

Returns:
possible object is Point

setPixelSize

public void setPixelSize(Point value)
Sets the value of the pixelSize property.

Parameters:
value - allowed object is Point

getOperation

public EsriMensurationOperation getOperation()
Gets the value of the operation property.

Returns:
possible object is EsriMensurationOperation

setOperation

public void setOperation(EsriMensurationOperation value)
Sets the value of the operation property.

Parameters:
value - allowed object is EsriMensurationOperation