com.esri.arcgisws
Class DERasterCatalog

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEDataset
          extended by com.esri.arcgisws.DETable
              extended by com.esri.arcgisws.DEFeatureClass
                  extended by com.esri.arcgisws.DERasterCatalog
All Implemented Interfaces:
Serializable

public class DERasterCatalog
extends DEFeatureClass
implements Serializable

Raster Catalog Data Element object.

Java class for DERasterCatalog complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DERasterCatalog">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEFeatureClass">
     </extension>
   </complexContent>
 </complexType>
 
Raster Catalog Data Element object.

See Also:
Serialized Form

Constructor Summary
DERasterCatalog()
          DERasterCatalog default constructor.
DERasterCatalog(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
 
Methods inherited from class com.esri.arcgisws.DEFeatureClass
getAreaFieldName, getExtent, getFeatureType, getHasM, getHasSpatialIndex, getHasZ, getLengthFieldName, getShapeFieldName, getShapeType, getSpatialReference, isHasM, isHasSpatialIndex, isHasZ, setAreaFieldName, setExtent, setFeatureType, setHasM, setHasSpatialIndex, setHasZ, setLengthFieldName, setShapeFieldName, setShapeType, setSpatialReference
 
Methods inherited from class com.esri.arcgisws.DETable
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getFields, getGlobalIDFieldName, getHasGlobalID, getIndexes, getModelName, getOIDFieldName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasGlobalID, isHasOID, setAliasName, setCLSID, setControllerMemberships, setDefaultSubtypeCode, setEXTCLSID, setExtensionProperties, setFields, setGlobalIDFieldName, setHasGlobalID, setHasOID, setIndexes, setModelName, setOIDFieldName, setRasterFieldName, setRelationshipClassNames, setSubtypeFieldName, setSubtypes
 
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

DERasterCatalog

@Deprecated
public DERasterCatalog(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. 

DERasterCatalog constructor.


DERasterCatalog

public DERasterCatalog()
DERasterCatalog default constructor.