|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEDataset
com.esri.arcgisws.DETable
com.esri.arcgisws.DEFeatureClass
| Constructor Summary | |
DEFeatureClass()
|
|
DEFeatureClass(java.lang.String catalogPath,
java.lang.String name,
java.lang.Boolean childrenExpanded,
java.lang.Boolean fullPropsRetrieved,
java.lang.Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
java.lang.Integer DSID,
java.lang.Boolean versioned,
java.lang.Boolean canVersion,
boolean hasOID,
java.lang.String OIDFieldName,
Fields fields,
Indexes indexes,
java.lang.String CLSID,
java.lang.String EXTCLSID,
java.lang.String[] relationshipClassNames,
java.lang.String aliasName,
java.lang.String modelName,
java.lang.Boolean hasGlobalID,
java.lang.String globalIDFieldName,
java.lang.String rasterFieldName,
PropertySet extensionProperties,
java.lang.String subtypeFieldName,
java.lang.Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
EsriFeatureType featureType,
EsriGeometryType shapeType,
java.lang.String shapeFieldName,
java.lang.Boolean hasM,
java.lang.Boolean hasZ,
java.lang.Boolean hasSpatialIndex,
java.lang.String areaFieldName,
java.lang.String lengthFieldName,
Envelope extent,
SpatialReference spatialReference)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAreaFieldName()
Gets the areaFieldName value for this DEFeatureClass. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Envelope |
getExtent()
Gets the extent value for this DEFeatureClass. |
EsriFeatureType |
getFeatureType()
Gets the featureType value for this DEFeatureClass. |
java.lang.Boolean |
getHasM()
Gets the hasM value for this DEFeatureClass. |
java.lang.Boolean |
getHasSpatialIndex()
Gets the hasSpatialIndex value for this DEFeatureClass. |
java.lang.Boolean |
getHasZ()
Gets the hasZ value for this DEFeatureClass. |
java.lang.String |
getLengthFieldName()
Gets the lengthFieldName value for this DEFeatureClass. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getShapeFieldName()
Gets the shapeFieldName value for this DEFeatureClass. |
EsriGeometryType |
getShapeType()
Gets the shapeType value for this DEFeatureClass. |
SpatialReference |
getSpatialReference()
Gets the spatialReference value for this DEFeatureClass. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAreaFieldName(java.lang.String areaFieldName)
Sets the areaFieldName value for this DEFeatureClass. |
void |
setExtent(Envelope extent)
Sets the extent value for this DEFeatureClass. |
void |
setFeatureType(EsriFeatureType featureType)
Sets the featureType value for this DEFeatureClass. |
void |
setHasM(java.lang.Boolean hasM)
Sets the hasM value for this DEFeatureClass. |
void |
setHasSpatialIndex(java.lang.Boolean hasSpatialIndex)
Sets the hasSpatialIndex value for this DEFeatureClass. |
void |
setHasZ(java.lang.Boolean hasZ)
Sets the hasZ value for this DEFeatureClass. |
void |
setLengthFieldName(java.lang.String lengthFieldName)
Sets the lengthFieldName value for this DEFeatureClass. |
void |
setShapeFieldName(java.lang.String shapeFieldName)
Sets the shapeFieldName value for this DEFeatureClass. |
void |
setShapeType(EsriGeometryType shapeType)
Sets the shapeType value for this DEFeatureClass. |
void |
setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this DEFeatureClass. |
| Methods inherited from class com.esri.arcgisws.DEDataset |
getCanVersion, getDatasetType, getDSID, getVersioned, setCanVersion, setDatasetType, setDSID, setVersioned |
| Methods inherited from class com.esri.arcgisws.DataElement |
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DEFeatureClass()
public DEFeatureClass(java.lang.String catalogPath,
java.lang.String name,
java.lang.Boolean childrenExpanded,
java.lang.Boolean fullPropsRetrieved,
java.lang.Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
java.lang.Integer DSID,
java.lang.Boolean versioned,
java.lang.Boolean canVersion,
boolean hasOID,
java.lang.String OIDFieldName,
Fields fields,
Indexes indexes,
java.lang.String CLSID,
java.lang.String EXTCLSID,
java.lang.String[] relationshipClassNames,
java.lang.String aliasName,
java.lang.String modelName,
java.lang.Boolean hasGlobalID,
java.lang.String globalIDFieldName,
java.lang.String rasterFieldName,
PropertySet extensionProperties,
java.lang.String subtypeFieldName,
java.lang.Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
EsriFeatureType featureType,
EsriGeometryType shapeType,
java.lang.String shapeFieldName,
java.lang.Boolean hasM,
java.lang.Boolean hasZ,
java.lang.Boolean hasSpatialIndex,
java.lang.String areaFieldName,
java.lang.String lengthFieldName,
Envelope extent,
SpatialReference spatialReference)
| Method Detail |
public EsriFeatureType getFeatureType()
public void setFeatureType(EsriFeatureType featureType)
featureType - public EsriGeometryType getShapeType()
public void setShapeType(EsriGeometryType shapeType)
shapeType - public java.lang.String getShapeFieldName()
public void setShapeFieldName(java.lang.String shapeFieldName)
shapeFieldName - public java.lang.Boolean getHasM()
public void setHasM(java.lang.Boolean hasM)
hasM - public java.lang.Boolean getHasZ()
public void setHasZ(java.lang.Boolean hasZ)
hasZ - public java.lang.Boolean getHasSpatialIndex()
public void setHasSpatialIndex(java.lang.Boolean hasSpatialIndex)
hasSpatialIndex - public java.lang.String getAreaFieldName()
public void setAreaFieldName(java.lang.String areaFieldName)
areaFieldName - public java.lang.String getLengthFieldName()
public void setLengthFieldName(java.lang.String lengthFieldName)
lengthFieldName - public Envelope getExtent()
public void setExtent(Envelope extent)
extent - public SpatialReference getSpatialReference()
public void setSpatialReference(SpatialReference spatialReference)
spatialReference - public boolean equals(java.lang.Object obj)
equals in class DETablepublic int hashCode()
hashCode in class DETablepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||