com.esri.arcgisws
Class AreaPatch

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

public class AreaPatch
extends Patch
implements Serializable

Java class for AreaPatch complex type.

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

 <complexType name="AreaPatch">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Patch">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AreaPatch()
          AreaPatch default constructor.
AreaPatch(String name, Boolean preserveAspectRatio, Geometry geometry)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.Patch
getGeometry, getName, getPreserveAspectRatio, isPreserveAspectRatio, setGeometry, setName, setPreserveAspectRatio
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaPatch

@Deprecated
public AreaPatch(String name,
                            Boolean preserveAspectRatio,
                            Geometry geometry)
Deprecated. 

AreaPatch constructor.


AreaPatch

public AreaPatch()
AreaPatch default constructor.