com.esri.arcgisws
Class Project

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

public class Project
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="InSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="OutSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="TransformForward" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Transformation" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoTransformation"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
         <element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Project()
          Project default constructor.
Project(SpatialReference inSpatialReference, SpatialReference outSpatialReference, boolean transformForward, GeoTransformation transformation, Envelope extent, Geometry[] inGeometryArray)
          Deprecated. 
 
Method Summary
 Envelope getExtent()
          Gets the value of the extent property.
 Geometry[] getInGeometryArray()
          Gets the value of the inGeometryArray property.
 SpatialReference getInSpatialReference()
          Gets the value of the inSpatialReference property.
 SpatialReference getOutSpatialReference()
          Gets the value of the outSpatialReference property.
 GeoTransformation getTransformation()
          Gets the value of the transformation property.
 boolean isTransformForward()
          Gets the value of the transformForward property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setInGeometryArray(Geometry[] value)
          Sets the value of the inGeometryArray property.
 void setInSpatialReference(SpatialReference value)
          Sets the value of the inSpatialReference property.
 void setOutSpatialReference(SpatialReference value)
          Sets the value of the outSpatialReference property.
 void setTransformation(GeoTransformation value)
          Sets the value of the transformation property.
 void setTransformForward(boolean value)
          Sets the value of the transformForward property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project

@Deprecated
public Project(SpatialReference inSpatialReference,
                          SpatialReference outSpatialReference,
                          boolean transformForward,
                          GeoTransformation transformation,
                          Envelope extent,
                          Geometry[] inGeometryArray)
Deprecated. 

Project constructor.


Project

public Project()
Project default constructor.

Method Detail

getInSpatialReference

public SpatialReference getInSpatialReference()
Gets the value of the inSpatialReference property.

Returns:
possible object is SpatialReference

setInSpatialReference

public void setInSpatialReference(SpatialReference value)
Sets the value of the inSpatialReference property.

Parameters:
value - allowed object is SpatialReference

getOutSpatialReference

public SpatialReference getOutSpatialReference()
Gets the value of the outSpatialReference property.

Returns:
possible object is SpatialReference

setOutSpatialReference

public void setOutSpatialReference(SpatialReference value)
Sets the value of the outSpatialReference property.

Parameters:
value - allowed object is SpatialReference

isTransformForward

public boolean isTransformForward()
Gets the value of the transformForward property.


setTransformForward

public void setTransformForward(boolean value)
Sets the value of the transformForward property.


getTransformation

public GeoTransformation getTransformation()
Gets the value of the transformation property.

Returns:
possible object is GeoTransformation

setTransformation

public void setTransformation(GeoTransformation value)
Sets the value of the transformation property.

Parameters:
value - allowed object is GeoTransformation

getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

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 []