|
|||||||||
| 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
public class DEFeatureClass
Feature Class Data Element object.
Java class for DEFeatureClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DEFeatureClass">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DETable">
<sequence>
<element name="FeatureType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriFeatureType"/>
<element name="ShapeType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryType"/>
<element name="ShapeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HasM" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasZ" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasSpatialIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AreaFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LengthFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Feature Class Data Element object.
| Constructor Summary | |
|---|---|
DEFeatureClass()
DEFeatureClass default constructor. |
|
DEFeatureClass(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
boolean hasOID,
String oidFieldName,
Fields fields,
Indexes indexes,
String clsid,
String extclsid,
String[] relationshipClassNames,
String aliasName,
String modelName,
Boolean hasGlobalID,
String globalIDFieldName,
String rasterFieldName,
PropertySet extensionProperties,
String subtypeFieldName,
Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
EsriFeatureType featureType,
EsriGeometryType shapeType,
String shapeFieldName,
Boolean hasM,
Boolean hasZ,
Boolean hasSpatialIndex,
String areaFieldName,
String lengthFieldName,
Envelope extent,
SpatialReference spatialReference)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAreaFieldName()
The geometry area field. |
Envelope |
getExtent()
The extent of the coverage. |
EsriFeatureType |
getFeatureType()
The feature type of the feature class. |
Boolean |
getHasM()
Indicates if the feature class supports Ms. |
Boolean |
getHasSpatialIndex()
Indicates if the feature class has a spatial index. |
Boolean |
getHasZ()
Indicates if the feature class supports Zs. |
String |
getLengthFieldName()
The geometry length field. |
String |
getShapeFieldName()
The shape field name of the feature class. |
EsriGeometryType |
getShapeType()
The geometry type of the feature class. |
SpatialReference |
getSpatialReference()
The spatial reference of the geodataset. |
Boolean |
isHasM()
Indicates if the feature class supports Ms. |
Boolean |
isHasSpatialIndex()
Indicates if the feature class has a spatial index. |
Boolean |
isHasZ()
Indicates if the feature class supports Zs. |
void |
setAreaFieldName(String value)
The geometry area field. |
void |
setExtent(Envelope value)
The extent of the coverage. |
void |
setFeatureType(EsriFeatureType value)
The feature type of the feature class. |
void |
setHasM(Boolean value)
Indicates if the feature class supports Ms. |
void |
setHasSpatialIndex(Boolean value)
Indicates if the feature class has a spatial index. |
void |
setHasZ(Boolean value)
Indicates if the feature class supports Zs. |
void |
setLengthFieldName(String value)
The geometry length field. |
void |
setShapeFieldName(String value)
The shape field name of the feature class. |
void |
setShapeType(EsriGeometryType value)
The geometry type of the feature class. |
void |
setSpatialReference(SpatialReference value)
The spatial reference of the geodataset. |
| Methods inherited from class com.esri.arcgisws.DEDataset |
|---|
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned |
| Methods inherited from class com.esri.arcgisws.DataElement |
|---|
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public DEFeatureClass(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
boolean hasOID,
String oidFieldName,
Fields fields,
Indexes indexes,
String clsid,
String extclsid,
String[] relationshipClassNames,
String aliasName,
String modelName,
Boolean hasGlobalID,
String globalIDFieldName,
String rasterFieldName,
PropertySet extensionProperties,
String subtypeFieldName,
Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
EsriFeatureType featureType,
EsriGeometryType shapeType,
String shapeFieldName,
Boolean hasM,
Boolean hasZ,
Boolean hasSpatialIndex,
String areaFieldName,
String lengthFieldName,
Envelope extent,
SpatialReference spatialReference)
public DEFeatureClass()
| Method Detail |
|---|
public EsriFeatureType getFeatureType()
EsriFeatureTypepublic void setFeatureType(EsriFeatureType value)
value - allowed object is
EsriFeatureTypepublic EsriGeometryType getShapeType()
EsriGeometryTypepublic void setShapeType(EsriGeometryType value)
value - allowed object is
EsriGeometryTypepublic String getShapeFieldName()
Stringpublic void setShapeFieldName(String value)
value - allowed object is
Stringpublic Boolean getHasM()
Booleanpublic Boolean isHasM()
public void setHasM(Boolean value)
value - allowed object is
Booleanpublic Boolean getHasZ()
Booleanpublic Boolean isHasZ()
public void setHasZ(Boolean value)
value - allowed object is
Booleanpublic Boolean getHasSpatialIndex()
Booleanpublic Boolean isHasSpatialIndex()
public void setHasSpatialIndex(Boolean value)
value - allowed object is
Booleanpublic String getAreaFieldName()
Stringpublic void setAreaFieldName(String value)
value - allowed object is
Stringpublic String getLengthFieldName()
Stringpublic void setLengthFieldName(String value)
value - allowed object is
Stringpublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic 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 | ||||||||