com.esri.arcgis.system
Interface IXMLVersionSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbridgedMolodenskyTransformation, AdjustXform, AISRequest, ApproximationXform, ArithmeticFunction, ArithmeticFunctionArguments, ArrayOfIShader, AspectFunction, AttachmentData, AttachmentInfo, BasicFillSymbol, BasicLineSymbol, BasicMarkerSymbol, CacheControlInfo, CacheDatasetInfo, CacheDescriptionInfo, CacheInfo, CacheStorageInfo, CellSizeLevels, CharacterMarkerSymbol, ClassBreaksRenderer, ClipFunction, ClipFunctionArguments, ColorElements, ColormapFunction, ColormapFunctionArguments, ColormapToRGBFunction, ColorRampElements, ColorspaceConversionFunction, ColorspaceConversionFunctionArguments, ComplexFunction, CompositeBandFunction, CompositeGeoTransformation, CompositeXform, ConstantFunction, ConstantFunctionArguments, ConvolutionFunction, ConvolutionFunctionArguments, CoordinateFrameTransformation, CoordinateXform, DataElements, DataObject, DataObjectArray, DataObjectGroup, DataObjectGroupArray, DataObjectGroups, DataObjects, DataObjectTable, DataObjectTables, DataObjectType, DataObjectTypes, DEBrowseOptions, DEGeoDataServer, DEGlobeServer, DEGPServer, DEImageServer, DEMapServer, DEMosaicDataset, DERepresentationClass, DEWCSCoverage, DomainInfo, EditResult, EditResults, ExcludedAreaFunction, ExcludedAreaFunctionArguments, ExtractBandFunction, ExtractBandFunctionArguments, FieldDomainInfo, FieldDomainInfos, FilterDefs, FootprintFunction, FootprintFunctionArguments, FrameXform, FunctionRasterDatasetName, GCSShiftXform, GDSData, GDSExportOptions, GDSQueryResultPortion, GeocentricTranslation, Geographic2DOffsetTransformation, GeoImageDescription, GeometricFunction, GeometricFunctionArguments, GeometricXform, GeometryResultOptions, GFLayerTableDataMapping, GFLayerTableDataMappings, GFSReplicaDescription, GFSTableDescription, GFSTableDescriptions, GlobeGraphicElementPropsStreamArray, GlobeGraphicsElementProperties, GlobeGraphicsLayer, GlobeLayerInfo, GlobeLayerInfos, GlobeLegendInfo, GlobeLegendInfos, GlobeServerFindResult, GlobeServerFindResults, GlobeServerIdentifyResult, GlobeServerIdentifyResults, GPParameterInfos, GPReplica, GPReplicaDataset, GPReplicaDatasets, GPReplicaDescription, GPReplicaOptions, GPToolInfos, GPValues, GPVersionInfo, GPVersionInfos, GraphicElements, GraphicFeature, GraphicFeatureLayer, GraphicFeatureLayers, GraphicFeatures, GrayscaleFunction, GrayscaleFunctionArguments, HARNTransformation, HillshadeFunction, HillshadeFunctionArguments, IdentityFunction, IdentityXform, ImageQueryFilter, ImageResults, ImageServerDownloadResult, ImageServerDownloadResults, ImageServerIdentifyResult, ImageServiceInfo, ItemTemplateArray, ItemURIArray, IXMLVersionSupportProxy, LabelClassDescription, LabelClassDescriptions, LabelingDescription, LayerCacheInfo, LayerCacheInfos, LayerDescriptions, LayerDrawingDescriptions, LayerResultOptions, LegendClasses, LegendGroups, LineLabelPlacementDescription, LocaleInfo, LODInfo, LODInfos, LongitudeRotationTransformation, LSRXform, MapDescriptions, MapFrameDescriptions, MapImages, MapLayerInfos, MapServerBookmarks, MapServerFindResults, MapServerHyperlinks, MapServerIdentifyResult, MapServerIdentifyResults, MapServerLegendClasses, MapServerLegendGroups, MapServerLegendInfos, MapServerRelationship, MapServerRelationships, MapServerRow, MapServerRows, MapTableSubtypeInfo, MapTableSubtypeInfos, MaskFunction, MaskFunctionArguments, MLClassifyFunction, MLClassifyFunctionArguments, MobileLayerInfo, MobileLayerInfos, MobileMapInfo, MolodenskyBadekasTransformation, MolodenskyTransformation, MosaicFunction, MosaicFunctionArguments, MosaicLODInfos, MosaicRastersFunction, MosaicRastersFunctionArguments, MosaicRule, NACandidateFieldMap, NAClassCandidateFieldMap, NADCONTransformation, NAServerClosestFacilityParams, NAServerClosestFacilityResults, NAServerDataLayer, NAServerLocationAllocationParams, NAServerLocationAllocationResults, NAServerNetworkAttribute, NAServerNetworkDescription, NAServerNetworkDirections, NAServerNetworkSource, NAServerODCostMatrixParams, NAServerODCostMatrixResults, NAServerPropertySets, NAServerRecordSet, NAServerRouteParams, NAServerRouteResults, NAServerServiceAreaParams, NAServerServiceAreaResults, NAServerVRPParams, NAServerVRPResults, NDVIFunction, NDVIFunctionArguments, NetworkGlobalTurnDelayCategory, NTv2Transformation, NullTransformation, PansharpeningFilter, PansharpeningFunction, PansharpeningFunctionArguments, PictureFillSymbol, PointLabelPlacementDescription, PolygonArray, PolygonLabelPlacementDescription, PolylineArray, PolynomialXform, PositionVectorTransformation, PropertyInfo, PropertyInfos, PropertySetArray, QueryResult, QueryResultOptions, RasterFunctionCollection, RasterFunctionTemplate, RasterFunctionTemplateArguments, RasterFunctionVariable, RasterInfo, RasterInfoFunction, RasterInfoFunctionArguments, RasterInfos, RelateDescription, RelatedRecordGroup, RelatedRecordGroups, RelatedRecordSet, RelateInfo, RelateInfos, RemapFunction, RemapFunctionArguments, RenderingRule, RepresentationMarker, RepresentationRule, ResultPortionInfo, RGB32Function, RGB32ToRGBFunction, RPCXform, SAIFunction, SAIFunctionArguments, Scalar, SchemaChangeInfo, ServerSymbolOutputOptions, ServiceData, ServiceDataOptions, ShadedReliefFunction, ShadedReliefFunctionArguments, SimpleRenderer, SlopeFunction, SlopeFunctionArguments, SpectralConversionFunction, SpectralConversionFunctionArguments, SplineXform, StandaloneTableDescription, StandaloneTableDescriptions, StandaloneTableInfo, StandaloneTableInfos, StatisticsFunction, StatisticsFunctionArguments, StretchFunction, StretchFunctionArguments, SubtypeInfo, SubtypeInfos, TableEdit, TableEditResult, TableEditResults, TableEdits, TemplateInfo, TemplateInfos, TileCacheInfo, TileImageInfo, Time, TimeDuration, TimeExtent, TimeInstant, TimeQueryFilter, TimeReference, TimeZoneInfo, TimeZoneRule, TrendFunction, TrendFunctionArguments, UniqueValueRenderer, UnitChangeTransformation, XMLFilterDef

public interface IXMLVersionSupport
extends Serializable

Provides access to members that help in serializing an object to different namespaces (versions).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getMinNamespaceSupported()
          The minimum namespace the class can serialize to (eg the 90 namespace).
 

Method Detail

getMinNamespaceSupported

String getMinNamespaceSupported()
                                throws IOException,
                                       AutomationException
The minimum namespace the class can serialize to (eg the 90 namespace).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The namespaceURI
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.