|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GeodataXform
com.esri.arcgisws.IdentityXform
public class IdentityXform
Java class for IdentityXform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentityXform">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GeodataXform">
<sequence>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
IdentityXform()
IdentityXform default constructor. |
|
IdentityXform(SpatialReference spatialReference)
Deprecated. |
|
| Method Summary | |
|---|---|
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference 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 IdentityXform(SpatialReference spatialReference)
public IdentityXform()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||