com.esri.arcgisws
Class Densify

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

public class Densify
extends Object
implements 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="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
         <element name="MaxSegmentLength" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="UseDeviationDensification" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DensificationParameter" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Densify()
          Densify default constructor.
Densify(SpatialReference spatialReference, Geometry[] inGeometryArray, double maxSegmentLength, boolean useDeviationDensification, double densificationParameter)
          Deprecated. 
 
Method Summary
 double getDensificationParameter()
          Gets the value of the densificationParameter property.
 Geometry[] getInGeometryArray()
          Gets the value of the inGeometryArray property.
 double getMaxSegmentLength()
          Gets the value of the maxSegmentLength property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 boolean isUseDeviationDensification()
          Gets the value of the useDeviationDensification property.
 void setDensificationParameter(double value)
          Sets the value of the densificationParameter property.
 void setInGeometryArray(Geometry[] value)
          Sets the value of the inGeometryArray property.
 void setMaxSegmentLength(double value)
          Sets the value of the maxSegmentLength property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setUseDeviationDensification(boolean value)
          Sets the value of the useDeviationDensification property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Densify

@Deprecated
public Densify(SpatialReference spatialReference,
                          Geometry[] inGeometryArray,
                          double maxSegmentLength,
                          boolean useDeviationDensification,
                          double densificationParameter)
Deprecated. 

Densify constructor.


Densify

public Densify()
Densify default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getInGeometryArray

public Geometry[] getInGeometryArray()
Gets the value of the inGeometryArray property.

Returns:
possible object is []

setInGeometryArray

public void setInGeometryArray(Geometry[] value)
Sets the value of the inGeometryArray property.

Parameters:
value - allowed object is []

getMaxSegmentLength

public double getMaxSegmentLength()
Gets the value of the maxSegmentLength property.


setMaxSegmentLength

public void setMaxSegmentLength(double value)
Sets the value of the maxSegmentLength property.


isUseDeviationDensification

public boolean isUseDeviationDensification()
Gets the value of the useDeviationDensification property.


setUseDeviationDensification

public void setUseDeviationDensification(boolean value)
Sets the value of the useDeviationDensification property.


getDensificationParameter

public double getDensificationParameter()
Gets the value of the densificationParameter property.


setDensificationParameter

public void setDensificationParameter(double value)
Sets the value of the densificationParameter property.