com.esri.arcgisws
Class LinePatch

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

public class LinePatch
extends Patch
implements Serializable

Java class for LinePatch complex type.

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

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

See Also:
Serialized Form

Constructor Summary
LinePatch()
          LinePatch default constructor.
LinePatch(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

LinePatch

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

LinePatch constructor.


LinePatch

public LinePatch()
LinePatch default constructor.