|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Intersect
public class Intersect
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="InGeometryArray1" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
<element name="InGeometry2" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Intersect()
Intersect default constructor. |
|
Intersect(SpatialReference spatialReference,
Geometry[] inGeometryArray1,
Geometry inGeometry2)
Deprecated. |
|
| Method Summary | |
|---|---|
Geometry |
getInGeometry2()
Gets the value of the inGeometry2 property. |
Geometry[] |
getInGeometryArray1()
Gets the value of the inGeometryArray1 property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
void |
setInGeometry2(Geometry value)
Sets the value of the inGeometry2 property. |
void |
setInGeometryArray1(Geometry[] value)
Sets the value of the inGeometryArray1 property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Intersect(SpatialReference spatialReference,
Geometry[] inGeometryArray1,
Geometry inGeometry2)
public Intersect()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Geometry[] getInGeometryArray1()
[] public void setInGeometryArray1(Geometry[] value)
value - allowed object is
[] public Geometry getInGeometry2()
Geometrypublic void setInGeometry2(Geometry value)
value - allowed object is
Geometry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||