|
|||||||||
| 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.DEGeoDataset
public class DEGeoDataset
Java class for DEGeoDataset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DEGeoDataset">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
<sequence>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DEGeoDataset()
DEGeoDataset default constructor. |
|
DEGeoDataset(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
Envelope extent,
SpatialReference spatialReference)
Deprecated. |
|
| Method Summary | |
|---|---|
Envelope |
getExtent()
The extent of the coverage. |
SpatialReference |
getSpatialReference()
The spatial reference of the geodataset. |
void |
setExtent(Envelope value)
The extent of the coverage. |
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 DEGeoDataset(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
Envelope extent,
SpatialReference spatialReference)
public DEGeoDataset()
| Method Detail |
|---|
public 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 | ||||||||