com.esri.arcgisws
Class ComputeHistograms

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

public class ComputeHistograms
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="Geometry" 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="RenderingRule" type="{http://www.esri.com/schemas/ArcGIS/10.3}RenderingRule"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ComputeHistograms()
          ComputeHistograms default constructor.
ComputeHistograms(Geometry geometry, MosaicRule mosaicRule, Point pixelSize, RenderingRule renderingRule)
          Deprecated. 
 
Method Summary
 Geometry getGeometry()
          Gets the value of the geometry property.
 MosaicRule getMosaicRule()
          Gets the value of the mosaicRule property.
 Point getPixelSize()
          Gets the value of the pixelSize property.
 RenderingRule getRenderingRule()
          Gets the value of the renderingRule property.
 void setGeometry(Geometry value)
          Sets the value of the geometry property.
 void setMosaicRule(MosaicRule value)
          Sets the value of the mosaicRule property.
 void setPixelSize(Point value)
          Sets the value of the pixelSize property.
 void setRenderingRule(RenderingRule value)
          Sets the value of the renderingRule property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeHistograms

@Deprecated
public ComputeHistograms(Geometry geometry,
                                    MosaicRule mosaicRule,
                                    Point pixelSize,
                                    RenderingRule renderingRule)
Deprecated. 

ComputeHistograms constructor.


ComputeHistograms

public ComputeHistograms()
ComputeHistograms default constructor.

Method Detail

getGeometry

public Geometry getGeometry()
Gets the value of the geometry property.

Returns:
possible object is Geometry

setGeometry

public void setGeometry(Geometry value)
Sets the value of the geometry 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

getRenderingRule

public RenderingRule getRenderingRule()
Gets the value of the renderingRule property.

Returns:
possible object is RenderingRule

setRenderingRule

public void setRenderingRule(RenderingRule value)
Sets the value of the renderingRule property.

Parameters:
value - allowed object is RenderingRule