esriGeoDatabase.tlh
资源名称:GISCode.rar [点击查看]
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:683k
源码类别:
GIS编程
开发平台:
Visual C++
- double * pVolume ) = 0;
- virtual HRESULT __stdcall QueryNormal (
- struct IPoint * pLocation,
- struct IVector3D * pNormal ) = 0;
- virtual HRESULT __stdcall GetNormal (
- struct IPoint * pLocation,
- WKSPointZ * pNormal ) = 0;
- virtual HRESULT __stdcall FindNormal (
- double X,
- double Y,
- WKSPointZ * pNormal ) = 0;
- virtual HRESULT __stdcall GetElevation (
- struct IPoint * pPoint,
- double * pElevation ) = 0;
- virtual HRESULT __stdcall GetSlopeDegrees (
- struct IPoint * pPoint,
- double * pSlope ) = 0;
- virtual HRESULT __stdcall GetSlopeRadians (
- struct IPoint * pPoint,
- double * pSlope ) = 0;
- virtual HRESULT __stdcall GetSlopePercent (
- struct IPoint * pPoint,
- double * pSlope ) = 0;
- virtual HRESULT __stdcall GetAspectDegrees (
- struct IPoint * pPoint,
- double * pAspect ) = 0;
- virtual HRESULT __stdcall GetAspectRadians (
- struct IPoint * pPoint,
- double * pAspect ) = 0;
- virtual HRESULT __stdcall IsVoidZ (
- double Value,
- VARIANT_BOOL * pbIsVoid ) = 0;
- virtual HRESULT __stdcall InterpolateShape (
- struct IGeometry * pShape,
- struct IGeometry * * ppOutShape,
- VARIANT * pStepSize = &vtMissing ) = 0;
- virtual HRESULT __stdcall InterpolateShapeVertices (
- struct IGeometry * pShape,
- struct IGeometry * * ppOutShape ) = 0;
- virtual HRESULT __stdcall GetProfile (
- struct IGeometry * pShape,
- struct IGeometry * * ppProfile,
- VARIANT * pStepSize = &vtMissing ) = 0;
- virtual HRESULT __stdcall get_CanDoCurvature (
- VARIANT_BOOL * pbCanDo ) = 0;
- virtual HRESULT __stdcall GetLineOfSight (
- struct IPoint * pObserver,
- struct IPoint * pTarget,
- struct IPoint * * ppObstruction,
- struct IPolyline * * ppVisibleLines,
- struct IPolyline * * ppInvisibleLines,
- VARIANT_BOOL * pbIsVisible,
- VARIANT_BOOL bApplyCurvature,
- VARIANT_BOOL bApplyRefraction,
- VARIANT * pRefractionFactor = &vtMissing ) = 0;
- virtual HRESULT __stdcall QuerySurfaceLength (
- struct IGeometry * pShape,
- double * pLength,
- VARIANT * pStepSize = &vtMissing ) = 0;
- virtual HRESULT __stdcall Locate (
- struct IRay * pRay,
- long hint,
- struct IPoint * * ppLocation ) = 0;
- virtual HRESULT __stdcall LocateAll (
- struct IRay * pRay,
- long hint,
- struct IDoubleArray * * ppDistances ) = 0;
- virtual HRESULT __stdcall GetContour (
- struct IPoint * pPoint,
- struct IPolyline * * ppContour,
- double * pElevation ) = 0;
- virtual HRESULT __stdcall ContourList (
- struct IDoubleArray * pBreaks,
- struct IFeatureClass * pFeatureClass,
- BSTR FieldName,
- long digitsAfterDecimalPoint ) = 0;
- virtual HRESULT __stdcall Contour (
- double rootHeight,
- double interval,
- struct IFeatureClass * pFeatureClass,
- BSTR FieldName,
- long digitsAfterDecimalPoint ) = 0;
- virtual HRESULT __stdcall AsPolygons (
- struct IFeatureClass * pFeatureClass,
- enum esriSurfaceConversionType Type,
- struct IDoubleArray * pClassBreaks,
- struct ILongArray * pClassCodes,
- VARIANT * FieldName = &vtMissing ) = 0;
- virtual HRESULT __stdcall GetSteepestPath (
- struct IPoint * pPoint,
- struct IPolyline * * ppPath ) = 0;
- virtual HRESULT __stdcall QueryPixelBlock (
- double xOrigin,
- double yOrigin,
- double xPixelSize,
- double yPixelSize,
- enum esriRasterizationType Type,
- VARIANT valueForNoData,
- VARIANT block ) = 0;
- };
- enum esriPlaneReferenceType
- {
- esriPlaneReferenceAbove = 0,
- esriPlaneReferenceBelow = 1
- };
- enum esriSurfaceConversionType
- {
- esriDegreeSlope = 0,
- esriPercentageSlope = 1,
- esriDegreeAspect = 2
- };
- enum esriRasterizationType
- {
- esriDegreeSlopeAsRaster = 0,
- esriPercentageSlopeAsRaster = 1,
- esriDegreeAspectAsRaster = 2,
- esriElevationAsRaster = 3,
- esriHillShadeAsRaster = 4
- };
- enum esriTinElementType
- {
- esriTinNode = 0,
- esriTinEdge = 1,
- esriTinTriangle = 2
- };
- struct __declspec(uuid("23ffd401-973f-11d5-8111-00c04fa0adf8"))
- ITinAdvanced2 : ITinAdvanced
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall GetNodeSource (
- long nodeIndex,
- enum esriTinNodeSourceType * pSource ) = 0;
- virtual HRESULT __stdcall GetNodeSourceCounts (
- long * pcOriginal,
- long * pcSuper,
- long * pcDensified,
- long * pcIntersection,
- long * pcUnknown ) = 0;
- virtual HRESULT __stdcall GetNodeDegree (
- long nodeIndex,
- VARIANT_BOOL bEnforcedEdgesOnly,
- long * pDegree ) = 0;
- virtual HRESULT __stdcall IsNodeOnDomainBoundary (
- long nodeIndex,
- VARIANT_BOOL * pbIsOn ) = 0;
- virtual HRESULT __stdcall GetSpecialEdgeCounts (
- long * pcHardDataEdges,
- long * pcSoftDataEdges,
- long * pcTagValueDataEdges ) = 0;
- virtual HRESULT __stdcall HasEdgeType (
- enum esriTinEdgeType Type,
- VARIANT_BOOL * pbHasType ) = 0;
- virtual HRESULT __stdcall GetLeftTriangleIndex (
- long edgeIndex,
- long * pTriangle ) = 0;
- virtual HRESULT __stdcall GetRightTriangleIndex (
- long edgeIndex,
- long * pTriangle ) = 0;
- virtual HRESULT __stdcall QueryBeginEndNodeIndices (
- long edgeIndex,
- long * pBegin,
- long * pEnd ) = 0;
- virtual HRESULT __stdcall GetNeighborEdgeIndex (
- long edgeIndex,
- long * pNeighbor ) = 0;
- virtual HRESULT __stdcall QueryTriangleNodeIndices (
- long triangleIndex,
- long * pA,
- long * pB,
- long * pC ) = 0;
- virtual HRESULT __stdcall QueryTriangleEdgeIndices (
- long triangleIndex,
- long * pA,
- long * pB,
- long * pC ) = 0;
- virtual HRESULT __stdcall QueryNodeIndicesAroundNode (
- long nodeIndex,
- struct ILongArray * pNodes ) = 0;
- virtual HRESULT __stdcall QueryEdgeIndicesAroundNode (
- long nodeIndex,
- struct ILongArray * pEdges ) = 0;
- virtual HRESULT __stdcall QueryAllEdgeIndicesAroundNode (
- long nodeIndex,
- struct ILongArray * pEdges ) = 0;
- virtual HRESULT __stdcall QueryTriangleIndicesAroundNode (
- long nodeIndex,
- struct ILongArray * pTriangles ) = 0;
- virtual HRESULT __stdcall QueryNaturalNeighborIndices (
- struct IPoint * pPoint,
- struct ILongArray * pNodes ) = 0;
- virtual HRESULT __stdcall QueryTriangleNeighborhoodIndices (
- struct IPoint * pPoint,
- struct ILongArray * pTriangles ) = 0;
- virtual HRESULT __stdcall QueryElementAsGeometry (
- enum esriTinElementType Type,
- long Index,
- struct IGeometry * pGeometry ) = 0;
- virtual HRESULT __stdcall QueryNeighborsAndWeights (
- double X,
- double Y,
- struct ILongArray * pNeighbors,
- struct IDoubleArray * pWeights ) = 0;
- virtual HRESULT __stdcall FindTriangleIndex (
- struct IPoint * pPoint,
- long * pTriangle ) = 0;
- virtual HRESULT __stdcall IsTriangleInsideDataArea (
- long triangleIndex,
- VARIANT_BOOL * pbIsInside ) = 0;
- virtual HRESULT __stdcall IsEdgeInsideDataArea (
- long edgeIndex,
- VARIANT_BOOL * pbIsInside ) = 0;
- virtual HRESULT __stdcall IsNodeInsideDataArea (
- long nodeIndex,
- VARIANT_BOOL * pbIsInside ) = 0;
- virtual HRESULT __stdcall GetCountedUniqueTagValues (
- enum esriTinElementType Type,
- struct ILongArray * * ppValues,
- struct ILongArray * * ppCounts ) = 0;
- virtual HRESULT __stdcall GetNaturalNeighborZ (
- double X,
- double Y,
- double * pZ ) = 0;
- virtual HRESULT __stdcall ConvertToPolylines (
- struct IFeatureClass * pFeatureClass,
- struct ITinDynamicFilter * pFilter,
- VARIANT * pFieldName = &vtMissing ) = 0;
- virtual HRESULT __stdcall SaveAsVersion (
- BSTR newName,
- enum esriTinVersion ver,
- VARIANT * pOverWrite = &vtMissing ) = 0;
- virtual HRESULT __stdcall FreeMemory ( ) = 0;
- };
- enum esriTinVersion
- {
- esriTin70001 = 0,
- esriTin80001 = 1
- };
- struct __declspec(uuid("9a2a4b72-11cf-11d2-a556-0000f8774f0f"))
- ITinNodeCollection : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_NodeCount (
- long * pcNodes ) = 0;
- virtual HRESULT __stdcall GetNode (
- long Index,
- struct ITinNode * * ppNode ) = 0;
- virtual HRESULT __stdcall QueryNode (
- long Index,
- struct ITinNode * pNode ) = 0;
- virtual HRESULT __stdcall QueryNodeAsPoint (
- long Index,
- struct IPoint * pPoint ) = 0;
- virtual HRESULT __stdcall QueryNodeAsWKSPointZ (
- long Index,
- WKSPointZ * pPoint ) = 0;
- virtual HRESULT __stdcall GetVoronoiRegionNoClip (
- long nodeIndex,
- struct IPolygon * * ppRegion ) = 0;
- virtual HRESULT __stdcall GetVoronoiRegion (
- long nodeIndex,
- struct IPolygon * pClippingPolygon,
- struct IPolygon * * ppRegion ) = 0;
- virtual HRESULT __stdcall ConvertToVoronoiRegions (
- struct IFeatureClass * pFeatureClass,
- struct ITinFilter * pFilter,
- struct IPolygon * pClippingPolygon,
- BSTR indexFieldName,
- BSTR tagFieldName ) = 0;
- virtual HRESULT __stdcall GetNodeZ (
- long Index,
- double * pZ ) = 0;
- virtual HRESULT __stdcall GetNodeTagValue (
- long Index,
- long * pValue ) = 0;
- virtual HRESULT __stdcall get_HasNodeTagValues (
- VARIANT_BOOL * pbHasNodeValues ) = 0;
- };
- struct __declspec(uuid("11f2c1ac-188b-4a4f-b221-573c1a0c753d"))
- ITinNodeInfo : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_NodeEditInfo (
- long nodeIndex,
- long * pInfo ) = 0;
- };
- struct __declspec(uuid("6615635a-bfab-11d2-9f6d-00c04f8ece27"))
- ITinEdit : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_IsEditable (
- VARIANT_BOOL * pbIsEditable ) = 0;
- virtual HRESULT __stdcall get_IsInEditMode (
- VARIANT_BOOL * pbIsInEditMode ) = 0;
- virtual HRESULT __stdcall get_IsDirty (
- VARIANT_BOOL * pbIsDirty ) = 0;
- virtual HRESULT __stdcall StartEditing (
- VARIANT_BOOL * pbIsSuccessful ) = 0;
- virtual HRESULT __stdcall StopEditing (
- VARIANT_BOOL bSaveEdits,
- VARIANT_BOOL * pbIsSuccessful ) = 0;
- virtual HRESULT __stdcall InitNew (
- struct IEnvelope * pExtent ) = 0;
- virtual HRESULT __stdcall Save ( ) = 0;
- virtual HRESULT __stdcall SaveAs (
- BSTR newName,
- VARIANT * pOverWrite = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddWKSPointZ (
- WKSPointZ * pPoint,
- long vlue,
- long * pNodeIndex ) = 0;
- virtual HRESULT __stdcall AddPointZ (
- struct IPoint * pPoint,
- long TagValue,
- long * pNodeIndex ) = 0;
- virtual HRESULT __stdcall AddShapeZ (
- struct IGeometry * pShape,
- enum esriTinSurfaceType Type,
- long TagValue,
- VARIANT * pbUseShapeZ = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddShape (
- struct IGeometry * pShape,
- enum esriTinSurfaceType Type,
- long TagValue,
- VARIANT * pZ = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddFromFeatureClass (
- struct IFeatureClass * pFeatureClass,
- struct IQueryFilter * pFilter,
- struct IField * pHeightField,
- struct IField * pTagValueField,
- enum esriTinSurfaceType Type,
- VARIANT * pbUseShapeZ = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddFromFeatureCursor (
- struct IFeatureCursor * pCursor,
- struct IField * pHeightField,
- struct IField * pTagValueField,
- enum esriTinSurfaceType Type,
- VARIANT * pbUseShapeZ = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddFromPixelBlock (
- double xOrigin,
- double yOrigin,
- double xPixelSize,
- double yPixelSize,
- VARIANT valueForNoData,
- VARIANT block,
- double zTolerance,
- VARIANT * pMaxPoints,
- VARIANT * pbToleranceAchieved ) = 0;
- virtual HRESULT __stdcall DeleteNode (
- long Index ) = 0;
- virtual HRESULT __stdcall DeleteSelectedNodes ( ) = 0;
- virtual HRESULT __stdcall DeleteNodesOutsideDataArea ( ) = 0;
- virtual HRESULT __stdcall SetEdgeType (
- long Index,
- enum esriTinEdgeType Type ) = 0;
- virtual HRESULT __stdcall SetNodeZ (
- long Index,
- double Z ) = 0;
- virtual HRESULT __stdcall SetNodeTagValue (
- long Index,
- long Value ) = 0;
- virtual HRESULT __stdcall SetEdgeTagValue (
- long Index,
- long Value ) = 0;
- virtual HRESULT __stdcall SetTriangleTagValue (
- long Index,
- long Value ) = 0;
- virtual HRESULT __stdcall PropagateTriangleTagValue (
- struct ITinTriangle * pSeed,
- long newTagValue,
- VARIANT_BOOL bStopAtEnforcedEdge ) = 0;
- virtual HRESULT __stdcall SetTrianglesInsideDataArea ( ) = 0;
- virtual HRESULT __stdcall SetTriangleInsideDataArea (
- long Index ) = 0;
- virtual HRESULT __stdcall SetTriangleOutsideDataArea (
- long Index ) = 0;
- virtual HRESULT __stdcall DeleteNodeTagValues ( ) = 0;
- virtual HRESULT __stdcall DeleteEdgeTagValues ( ) = 0;
- virtual HRESULT __stdcall DeleteTriangleTagValues ( ) = 0;
- virtual HRESULT __stdcall Refresh ( ) = 0;
- virtual HRESULT __stdcall SetSpatialReference (
- struct ISpatialReference * pSpatialReference ) = 0;
- };
- enum esriTinSurfaceType
- {
- esriTinContour = 0,
- esriTinHardLine = 1,
- esriTinHardClip = 2,
- esriTinHardErase = 3,
- esriTinHardReplace = 4,
- esriTinHardValueFill = 5,
- esriTinZLessHardLine = 6,
- esriTinZLessHardClip = 7,
- esriTinZLessHardErase = 8,
- esriTinSoftLine = 9,
- esriTinSoftClip = 10,
- esriTinSoftErase = 11,
- esriTinSoftReplace = 12,
- esriTinSoftValueFill = 13,
- esriTinZLessSoftLine = 14,
- esriTinZLessContour = 15,
- esriTinZLessSoftClip = 16,
- esriTinZLessSoftErase = 17,
- esriTinMassPoint = 18
- };
- struct __declspec(uuid("0f7f5a1e-5588-40ab-b7f0-777a4b0c8958"))
- ITinEditErrorLog : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall ClearEditErrorLog ( ) = 0;
- virtual HRESULT __stdcall SaveEditErrorLog (
- BSTR fileName ) = 0;
- virtual HRESULT __stdcall get_EditErrorCount (
- long * pcErrors ) = 0;
- virtual HRESULT __stdcall put_CurrentObjectClassName (
- BSTR pName ) = 0;
- virtual HRESULT __stdcall get_CurrentObjectClassName (
- BSTR * pName ) = 0;
- virtual HRESULT __stdcall put_CurrentObjectID (
- long pID ) = 0;
- virtual HRESULT __stdcall get_CurrentObjectID (
- long * pID ) = 0;
- };
- struct __declspec(uuid("73b80fbd-ff33-11d1-a549-0000f8774f0f"))
- ITinSurface : ISurface
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall put_RasterInterpolationMethod (
- enum esriSurfaceInterpolationType pType ) = 0;
- virtual HRESULT __stdcall get_RasterInterpolationMethod (
- enum esriSurfaceInterpolationType * pType ) = 0;
- virtual HRESULT __stdcall put_SunPosition (
- WKSPointZ * pPosition ) = 0;
- virtual HRESULT __stdcall get_SunPosition (
- WKSPointZ * pPosition ) = 0;
- virtual HRESULT __stdcall GetIntensity (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double * pIntensity ) = 0;
- virtual HRESULT __stdcall QueryElevationBand (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double zLowerBound,
- double zUpperBound,
- long * pCount,
- WKSPointZ * pRegion ) = 0;
- virtual HRESULT __stdcall GetTriNormal (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- WKSPointZ * pNormal ) = 0;
- virtual HRESULT __stdcall GetUnitTriNormal (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- WKSPointZ * pNormal ) = 0;
- virtual HRESULT __stdcall GetTriSlopeRadians (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double * pSlope ) = 0;
- virtual HRESULT __stdcall GetTriSlopeDegrees (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double * pSlope ) = 0;
- virtual HRESULT __stdcall GetTriSlopePercent (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double * pSlope ) = 0;
- virtual HRESULT __stdcall GetTriAspectRadians (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double * pAspect ) = 0;
- virtual HRESULT __stdcall GetTriAspectDegrees (
- WKSPointZ * pPi,
- WKSPointZ * pPj,
- WKSPointZ * pPk,
- double * pAspect ) = 0;
- virtual HRESULT __stdcall GetSurfaceElement (
- struct IPoint * pPoint,
- struct ITinSurfaceElement * * ppElement ) = 0;
- virtual HRESULT __stdcall GetPartialVolumeAndArea (
- double reference,
- enum esriPlaneReferenceType Type,
- struct IEnumTinTriangle * pTriangles,
- VARIANT * pVolume,
- VARIANT * pSurfaceArea,
- VARIANT * pProjectedArea ) = 0;
- };
- enum esriSurfaceInterpolationType
- {
- esriLinearInterpolation = 0,
- esriNaturalNeighborInterpolation = 1
- };
- struct __declspec(uuid("ff7e9000-d0dd-11d2-9f76-00c04f8ece27"))
- ITinSurfaceElement : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_Elevation (
- double * pElevation ) = 0;
- virtual HRESULT __stdcall get_SlopeDegrees (
- double * pSlope ) = 0;
- virtual HRESULT __stdcall get_AspectDegrees (
- double * pAspect ) = 0;
- virtual HRESULT __stdcall get_FaceTagValue (
- long * pValue ) = 0;
- virtual HRESULT __stdcall get_NodeTagValue (
- long * pValue ) = 0;
- virtual HRESULT __stdcall get_Triangle (
- struct ITinTriangle * * ppTriangle ) = 0;
- };
- struct __declspec(uuid("b0dbc8e2-b4b1-11d3-ab4d-0008c73fd50c"))
- ITinSelection : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall HasSelection (
- enum esriTinElementType Type,
- VARIANT_BOOL * pbHasSelection ) = 0;
- virtual HRESULT __stdcall ClearSelection (
- enum esriTinElementType Type ) = 0;
- virtual HRESULT __stdcall SetSelection (
- struct IEnumTinElement * pElements,
- enum esriTinSelectionType action ) = 0;
- virtual HRESULT __stdcall GetSelection (
- enum esriTinElementType Type,
- struct IEnumTinElement * * ppElements ) = 0;
- virtual HRESULT __stdcall SelectAll (
- enum esriTinElementType Type,
- VARIANT_BOOL bDataElementsOnly ) = 0;
- virtual HRESULT __stdcall FlipSelection (
- enum esriTinElementType Type,
- VARIANT_BOOL bDataElementsOnly ) = 0;
- virtual HRESULT __stdcall SelectByArea (
- enum esriTinElementType Type,
- struct IPolygon * pArea,
- VARIANT_BOOL bPassThrough,
- VARIANT_BOOL bDataElementsOnly,
- enum esriTinSelectionType action ) = 0;
- virtual HRESULT __stdcall SelectByEnvelope (
- enum esriTinElementType Type,
- struct IEnvelope * pEnvelope,
- VARIANT_BOOL bPassThrough,
- VARIANT_BOOL bDataElementsOnly,
- enum esriTinSelectionType action ) = 0;
- virtual HRESULT __stdcall SetSelected (
- long Index,
- enum esriTinElementType Type,
- enum esriTinSelectionType action ) = 0;
- virtual HRESULT __stdcall IsSelected (
- long Index,
- enum esriTinElementType Type,
- VARIANT_BOOL * pbIsSelected ) = 0;
- virtual HRESULT __stdcall QuerySelectionExtent (
- enum esriTinElementType Type,
- struct IEnvelope * pExtent ) = 0;
- virtual HRESULT __stdcall get_SelectedElementCount (
- enum esriTinElementType Type,
- long * pCount ) = 0;
- };
- enum esriTinSelectionType
- {
- esriTinSelectionNew = 0,
- esriTinSelectionAdd = 1,
- esriTinSelectionSubtract = 2,
- esriTinSelectionFlip = 3
- };
- struct __declspec(uuid("73b80fc1-ff33-11d1-a549-0000f8774f0f"))
- ITinFeatureEdit : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall StartInMemoryEditing (
- VARIANT_BOOL * pbIsSuccessful ) = 0;
- virtual HRESULT __stdcall get_IsInMemoryEditMode (
- VARIANT_BOOL * pbIsInEditMode ) = 0;
- virtual HRESULT __stdcall SetToConstrainedDealunay ( ) = 0;
- virtual HRESULT __stdcall ExtractPolyline (
- struct ITinFeatureSeed * pSeed,
- VARIANT_BOOL bGetZ,
- VARIANT_BOOL bSkipDensifiedNodes,
- struct IPolyline * * ppPolyline ) = 0;
- virtual HRESULT __stdcall ExtractPolygon (
- struct ITinFeatureSeed * pSeed,
- VARIANT_BOOL bGetZ,
- VARIANT_BOOL bSkipDensifiedNodes,
- struct IPolygon * * ppPolygon ) = 0;
- virtual HRESULT __stdcall ConvertToPolylines (
- struct IFeatureClass * pFeatureClass,
- struct ITinDynamicFilter * pFilter,
- VARIANT_BOOL bSkipDensifiedNodes,
- VARIANT * pFieldName = &vtMissing ) = 0;
- virtual HRESULT __stdcall ConvertToPolygons (
- struct IFeatureClass * pFeatureClass,
- struct ITinDynamicFilter * pFilter,
- VARIANT_BOOL bStopAtEnforcedEdge,
- VARIANT_BOOL bSkipDensifiedNodes,
- VARIANT * pFieldName = &vtMissing ) = 0;
- virtual HRESULT __stdcall put_StopAtJuncture (
- VARIANT_BOOL pbStop ) = 0;
- virtual HRESULT __stdcall get_StopAtJuncture (
- VARIANT_BOOL * pbStop ) = 0;
- virtual HRESULT __stdcall put_StopAtEnforcedEdge (
- VARIANT_BOOL pbStop ) = 0;
- virtual HRESULT __stdcall get_StopAtEnforcedEdge (
- VARIANT_BOOL * pbStop ) = 0;
- virtual HRESULT __stdcall put_ElementsIgnoredInConflictTest (
- long pElementsExcluded ) = 0;
- virtual HRESULT __stdcall get_ElementsIgnoredInConflictTest (
- long * pElementsExcluded ) = 0;
- virtual HRESULT __stdcall CanAdd (
- struct IGeometry * pShape,
- double spacing,
- VARIANT_BOOL * pbCanAdd ) = 0;
- virtual HRESULT __stdcall CanReplace (
- struct IGeometry * pShape,
- struct ITinFeatureSeed * pSeed,
- double spacing,
- VARIANT_BOOL * pbCanReplace ) = 0;
- virtual HRESULT __stdcall CanDisplace (
- struct ITinFeatureSeed * pSeed,
- double dx,
- double dy,
- double spacing,
- VARIANT_BOOL * pbCanDisplace ) = 0;
- virtual HRESULT __stdcall CanMove (
- struct ITinFeatureSeed * pSeed,
- double dx,
- double dy,
- double spacing,
- VARIANT_BOOL * pbCanMove ) = 0;
- virtual HRESULT __stdcall CanRotate (
- struct ITinFeatureSeed * pSeed,
- struct IPoint * pOrigin,
- double angle,
- double spacing,
- VARIANT_BOOL * pbCanRotate ) = 0;
- virtual HRESULT __stdcall CanScalePolygon (
- struct ITinTriangle * pSeed,
- struct IPoint * pOrigin,
- double Scale,
- double spacing,
- VARIANT_BOOL * pbCanScale ) = 0;
- virtual HRESULT __stdcall CanAddVertex (
- struct IGeometry * pPoly,
- struct IPoint * pNewPoint,
- VARIANT_BOOL bClose,
- double spacing,
- VARIANT_BOOL * pbCanAdd ) = 0;
- virtual HRESULT __stdcall CanDeleteVertex (
- struct ITinNode * pNode,
- struct ITinFeatureSeed * pSeed,
- double spacing,
- VARIANT_BOOL * pbCanDelete ) = 0;
- virtual HRESULT __stdcall CanMoveVertex (
- struct ITinNode * pNode,
- struct ITinFeatureSeed * pSeed,
- WKSPoint * pNewLocation,
- double spacing,
- VARIANT_BOOL * pbCanMove ) = 0;
- virtual HRESULT __stdcall AddPointZ (
- struct IPoint * pPoint,
- long TagValue,
- struct ITinNode * pSeed ) = 0;
- virtual HRESULT __stdcall AddPolygonZ (
- struct IPolygon * pShape,
- enum esriTinEdgeType Type,
- long TagValue,
- long edgeTagValue,
- long NodeTagValue,
- struct ITinTriangle * pSeed ) = 0;
- virtual HRESULT __stdcall AddPolygon (
- struct IPolygon * pShape,
- enum esriTinEdgeType Type,
- long TagValue,
- long edgeTagValue,
- long NodeTagValue,
- struct ITinTriangle * pSeed,
- VARIANT * pZ = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddPolylineZ (
- struct IPolyline * pShape,
- enum esriTinEdgeType Type,
- long TagValue,
- long NodeTagValue,
- struct ITinEdge * pSeed ) = 0;
- virtual HRESULT __stdcall AddPolyline (
- struct IPolyline * pShape,
- enum esriTinEdgeType Type,
- long TagValue,
- long NodeTagValue,
- struct ITinEdge * pSeed,
- VARIANT * pZ = &vtMissing ) = 0;
- virtual HRESULT __stdcall AddPolyObjects (
- struct IFeatureClass * pFeatureClass,
- struct IQueryFilter * pFilter,
- struct IField * pHeightField,
- struct IField * pValueField,
- VARIANT_BOOL bSetEdgeTagValue,
- VARIANT_BOOL bSetNodeTagValue,
- enum esriTinEdgeType Type ) = 0;
- virtual HRESULT __stdcall Delete (
- struct ITinFeatureSeed * pSeed ) = 0;
- virtual HRESULT __stdcall Move (
- struct ITinFeatureSeed * pSeed,
- double dx,
- double dy,
- VARIANT_BOOL bGetNewZ ) = 0;
- virtual HRESULT __stdcall Rotate (
- struct ITinFeatureSeed * pSeed,
- struct IPoint * pOrigin,
- double angle,
- VARIANT_BOOL bGetNewZ ) = 0;
- virtual HRESULT __stdcall ScalePolygon (
- struct ITinTriangle * pSeed,
- struct IPoint * pOrigin,
- double Scale,
- VARIANT_BOOL bGetNewZ ) = 0;
- virtual HRESULT __stdcall RemoveIslands (
- struct ITinTriangle * pSeed,
- double Area,
- VARIANT_BOOL bKeepNodes,
- VARIANT_BOOL bZeroTag ) = 0;
- virtual HRESULT __stdcall Merge (
- struct ITinEdge * pCommonEdge,
- long newValue,
- VARIANT_BOOL bKeepCommonNodes ) = 0;
- virtual HRESULT __stdcall DeleteVertex (
- struct ITinNode * pNode,
- struct ITinFeatureSeed * pSeed ) = 0;
- virtual HRESULT __stdcall MoveVertex (
- struct ITinNode * pNode,
- struct ITinFeatureSeed * pSeed,
- WKSPoint * pNewLocation,
- VARIANT_BOOL bGetNewZ ) = 0;
- virtual HRESULT __stdcall QueryAdjacentVertices (
- struct ITinFeatureSeed * pSeedEdge,
- struct ITinNode * pBehind,
- struct ITinNode * pFront ) = 0;
- virtual HRESULT __stdcall ClusterPoints (
- struct ITinNode * pSeed,
- double spacing,
- struct ITinFilter * pFilter,
- struct IEnumTinNode * * ppNodes ) = 0;
- virtual HRESULT __stdcall IsNodeShared (
- struct ITinNode * pNode,
- VARIANT_BOOL * pIsShared ) = 0;
- virtual HRESULT __stdcall RefreshTagValues ( ) = 0;
- };
- struct __declspec(uuid("aa2ee0d8-4c34-11d2-a56f-0000f8774f0f"))
- ITinWorkspace : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_IsTin (
- BSTR Name,
- VARIANT_BOOL * pbIsTin ) = 0;
- virtual HRESULT __stdcall get_IsTinByFullName (
- BSTR Name,
- VARIANT_BOOL * pbIsTin ) = 0;
- virtual HRESULT __stdcall OpenTin (
- BSTR Name,
- struct ITin * * ppTin ) = 0;
- };
- enum esriTinError
- {
- E_TIN_WORKSPACE_EXISTS = -2147219456,
- E_TIN_WORKSPACE_NOT_CONNECTED = -2147219455,
- E_TIN_WORKSPACE_ALREADY_CONNECTED = -2147219454,
- E_TIN_EMPTY_OBJECT = -2147219453,
- E_TIN_WRONG_DATASET_TYPE = -2147219452,
- E_TIN_WRONG_TOPOLOGY = -2147219451,
- E_TIN_NUMERIC_LIMIT = -2147219450,
- E_TIN_FAILED_TO_OPEN = -2147219449,
- E_TIN_FAILED_TO_SAVE = -2147219448,
- E_TIN_FAILED_TO_COPY = -2147219447,
- E_TIN_FAILED_TO_RENAME = -2147219446,
- E_TIN_FAILED_TO_DELETE = -2147219445,
- E_TIN_FILE_EXISTS = -2147219444,
- E_TIN_OPERATION_NOT_SUPPORTED = -2147219443,
- E_TIN_OUT_OF_MEMORY = -2147219442,
- E_TIN_IN_EDIT_MODE = -2147219441,
- E_TIN_NOT_IN_EDIT_MODE = -2147219440,
- E_TIN_CANNOT_CREATE_GEOMETRY = -2147219439,
- E_TIN_POLYGON_NOT_DEFINED = -2147219438,
- E_TIN_POLYLINE_NOT_DEFINED = -2147219437,
- E_TIN_HAS_VOID_Z = -2147219436,
- E_TIN_HAS_NO_VALUE = -2147219435,
- E_TIN_NODE_UNDELETABL = -2147219434,
- E_TIN_FIELD_ALREADY_EXISTS = -2147219433,
- E_TIN_OBJECT_NOT_EMPTY = -2147219432,
- E_TIN_WRONG_FIELD_TYPE = -2147219431,
- E_TIN_WRONG_GEOMETRY_TYPE = -2147219430,
- E_TIN_NEED_VALUE = -2147219429,
- E_TIN_FAILED_TO_OVER_WRITE = -2147219428,
- E_TIN_ZERO_VALUE = -2147219427,
- E_TIN_INDEX_OUT_OF_RANGE = -2147219426,
- E_TIN_INVALID_NAME = -2147219425,
- E_TIN_ALREADY_INITIALIZED = -2147219424,
- E_TIN_MEMORY_TIN = -2147219423,
- E_TIN_FAILED_TO_SWAP = -2147219422,
- E_TIN_NAN = -2147219421,
- E_TIN_SUPER_NODE = -2147219420,
- E_TIN_FAILED_TO_CREATE_FILE = -2147219419,
- E_TIN_FAILED_TO_OPEN_FILE = -2147219418,
- E_TIN_FAILED_TO_DELETE_FILE = -2147219417,
- E_TIN_GEOMETRY_HAS_NO_Z = -2147219416,
- E_TIN_WRONG_VARIANT_TYPE = -2147219415,
- E_TIN_WRONG_SURFACE_TYPE = -2147219414,
- E_TIN_WRONG_ELEMENT_TYPE = -2147219413,
- E_TIN_DIFFERENT_TIN = -2147219412,
- E_TIN_FIELD_ERROR = -2147219411,
- E_TIN_NEED_TRIANGLE_SEED = -2147219410,
- E_TIN_WRONG_SEED_TYPE = -2147219409,
- E_TIN_WRONG_GEN_SEED = -2147219408,
- E_TIN_FAILED_UPDATE_SEED = -2147219407,
- E_TIN_NODE_SHARED = -2147219406,
- E_TIN_INTERNAL_ERROR = -2147219405,
- E_TIN_FILTER_REQUIRED = -2147219404,
- E_TIN_NO_SPATIALREF_INFO = -2147219403,
- E_TIN_NOT_PROJECTED_SYSTEM = -2147219402,
- E_TIN_METADATA_ERROR = -2147219401,
- E_TIN_CANNOT_CREATE_OBJ = -2147219400,
- E_TIN_UPDATE_ERROR = -2147219399,
- E_TIN_BAD_CLASS_BREAKS = -2147219398,
- E_TIN_BAD_CLASS_CODES = -2147219397,
- E_TIN_UNSUPPORTED_SPATIAL_REFERENCE = -2147219396,
- E_TIN_LICENSE_NOT_AVAILABLE = -2147219395,
- E_TIN_EXTENSION_DISABLED = -2147219394,
- E_TIN_BELOW_V8 = -2147219393,
- E_TIN_IN_MEMORY_EDIT = -2147219392,
- E_TIN_WRONG_EDGE_TYPE = -2147219391,
- E_TIN_BAD_VALUE = -2147219390
- };
- enum esriTinQualification
- {
- esriTinAll = 1,
- esriTinInsideTin = 2,
- esriTinInsideDataArea = 4,
- esriTinSingleEdge = 8,
- esriTinDoubleEdges = 16
- };
- enum esriTinNodeEditInfo
- {
- esriTinNodeUnknown = 1,
- esriTinNodeSuperNode = 2,
- esriTinNodeOriginal = 4,
- esriTinNodeDensified = 8,
- esriTinNodeLineEnforce = 16,
- esriTinNodeIntersection = 32,
- esriTinNodeLineTouch = 64,
- esriTinNodeCoincident = 128,
- esriTinNodeSnap = 256
- };
- enum esriTinIgnoredElementType
- {
- esriTinNothing = 1,
- esriTinNodesWithNonZeroTag = 2,
- esriTinNodesWithZeroTag = 4
- };
- struct __declspec(uuid("75d08ef4-23aa-11d5-aba6-0008c73fd50c"))
- ITinClock : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall Reset ( ) = 0;
- virtual HRESULT __stdcall Sleep (
- double seconds ) = 0;
- virtual HRESULT __stdcall GetElapsedTime (
- double * pElapsedTime ) = 0;
- };
- struct __declspec(uuid("18bbf602-373f-4093-b553-39aa9762c77f"))
- ITinEdgeTypeFilter2 : ITinEdgeTypeFilter
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall put_RegularEdgesExcluded (
- VARIANT_BOOL pbExcludeRegularEdge ) = 0;
- virtual HRESULT __stdcall get_RegularEdgesExcluded (
- VARIANT_BOOL * pbExcludeRegularEdge ) = 0;
- };
- struct __declspec(uuid("73b80fc3-ff33-11d1-a549-0000f8774f0f"))
- Tin;
- // [ default ] interface IUnknown
- // interface IDataset
- // interface IGeoDataset
- // interface IMetadata
- // interface IMetadataEdit
- // interface ITin
- // interface INativeTypeInfo
- // interface ISupportErrorInfo
- // interface ITinAdvanced
- // interface ITinAdvanced2
- // interface ITinNodeCollection
- // interface IFunctionalSurface
- // interface ISurface
- // interface ITinSurface
- // interface ITinSurface2
- // interface ITinEdit
- // interface ITinSelection
- // interface ITinFeatureEdit
- // interface ITinClock
- // interface ITinNodeInfo
- // interface ITinEditErrorLog
- struct __declspec(uuid("249cd6b0-8441-42e7-bbe6-2cae4a1dac9a"))
- ITinSurface2 : ITinSurface
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall InterpolateAsMultiPatch (
- struct IPolygon * pShape,
- long maxStripSize,
- struct IMultiPatch * * ppMultiPatch ) = 0;
- virtual HRESULT __stdcall ConvertToMultiPatches (
- struct IFeatureClass * pFeatureClass,
- long maxPatchSize,
- long maxStripSize ) = 0;
- virtual HRESULT __stdcall DecimateNodes (
- struct IEnvelope * pAreaOfInterest,
- double zTolerance,
- VARIANT_BOOL bCopyBreakline,
- VARIANT * pMaxRemainingNodeCount,
- struct ITin * * ppNewTin,
- VARIANT * pbToleranceAchieved ) = 0;
- virtual HRESULT __stdcall DecimateNodesByCount (
- struct IEnvelope * pAreaOfInterest,
- long maxRemainingNodeCount,
- VARIANT_BOOL bCopyBreakline,
- struct ITin * * ppNewTin ) = 0;
- virtual HRESULT __stdcall Generalize (
- struct IEnvelope * pAreaOfInterest,
- double zTolerance,
- VARIANT * pMaxRemainingNodeCount,
- struct ITin * * ppNewTin,
- VARIANT * pbToleranceAchieved ) = 0;
- virtual HRESULT __stdcall GeneralizeByNodeCount (
- struct IEnvelope * pAreaOfInterest,
- long maxRemainingNodeCount,
- struct ITin * * ppNewTin ) = 0;
- virtual HRESULT __stdcall LocateMultiple (
- struct IRay * pRay,
- struct IMultipoint * * ppLocations ) = 0;
- };
- struct __declspec(uuid("3b6c52a4-7231-4189-b341-c30e7fb58bcf"))
- DddServerEnvironment;
- // [ default ] interface IUnknown
- // interface IExtension
- // interface IExtensionConfig
- // interface ISupportErrorInfo
- struct __declspec(uuid("f4377d42-2f1d-11d2-92f7-444553540000"))
- TinNodeEnumerator;
- // [ default ] interface IUnknown
- // interface IEnumTinElement
- // interface IEnumTinNode
- // interface ISupportErrorInfo
- struct __declspec(uuid("f4377d43-2f1d-11d2-92f7-444553540000"))
- TinEdgeEnumerator;
- // [ default ] interface IUnknown
- // interface IEnumTinElement
- // interface IEnumTinEdge
- // interface ISupportErrorInfo
- struct __declspec(uuid("f4377d44-2f1d-11d2-92f7-444553540000"))
- TinTriangleEnumerator;
- // [ default ] interface IUnknown
- // interface IEnumTinElement
- // interface IEnumTinTriangle
- // interface ISupportErrorInfo
- struct __declspec(uuid("b9767bc1-d0df-11d2-9f76-00c04f8ece27"))
- TinSurfaceElement;
- // [ default ] interface IUnknown
- // interface ITinSurfaceElement
- struct __declspec(uuid("a9bc13f2-3e88-4b68-826d-1866d07fc9a2"))
- TinNodeArray;
- // [ default ] interface IUnknown
- // interface ITinNodeArray
- struct __declspec(uuid("a72fe99f-c4c4-4ea9-a6b8-fd77ba0de025"))
- TinEdgeArray;
- // [ default ] interface IUnknown
- // interface ITinEdgeArray
- struct __declspec(uuid("2d594880-7fdb-490f-b139-88a82dd639e1"))
- TinTriangleArray;
- // [ default ] interface IUnknown
- // interface ITinTriangleArray
- struct __declspec(uuid("2fa264b6-a214-11d3-ab4b-0008c73fd50c"))
- TinPolyline;
- // [ default ] interface IUnknown
- // interface ITinPolyline
- // interface ISupportErrorInfo
- struct __declspec(uuid("2fa264b7-a214-11d3-ab4b-0008c73fd50c"))
- TinPolygon;
- // [ default ] interface IUnknown
- // interface ITinPolygon
- // interface ISupportErrorInfo
- struct __declspec(uuid("9a2a4b76-11cf-11d2-a556-0000f8774f0f"))
- TinNode;
- // [ default ] interface IUnknown
- // interface ITinElement
- // interface ITinNode
- // interface ITinNode2
- // interface ITinFeatureSeed
- // interface ISupportErrorInfo
- struct __declspec(uuid("9a2a4b77-11cf-11d2-a556-0000f8774f0f"))
- TinEdge;
- // [ default ] interface IUnknown
- // interface ITinElement
- // interface ITinEdge
- // interface ITinFeatureSeed
- // interface ISupportErrorInfo
- struct __declspec(uuid("9a2a4b78-11cf-11d2-a556-0000f8774f0f"))
- TinTriangle;
- // [ default ] interface IUnknown
- // interface ITinElement
- // interface ITinTriangle
- // interface ITinFeatureSeed
- // interface ISupportErrorInfo
- struct __declspec(uuid("3c132c0e-fe5d-11d2-9f88-00c04f8ece27"))
- TinValueFilter;
- // [ default ] interface IUnknown
- // interface ITinDynamicFilter
- // interface ITinValueFilter
- // interface ITinValueFilter2
- // interface ISupportErrorInfo
- struct __declspec(uuid("927a94c0-01e1-11d3-ae19-000000000000"))
- TinTriangleFilter;
- // [ default ] interface IUnknown
- // interface ITinDynamicFilter
- // interface ITinTriangleFilter
- // interface ISupportErrorInfo
- struct __declspec(uuid("8369a822-a9a6-11d3-ab4b-0008c73fd50c"))
- TinEdgeTypeFilter;
- // [ default ] interface IUnknown
- // interface ITinDynamicFilter
- // interface ITinEdgeTypeFilter
- // interface ITinEdgeTypeFilter2
- // interface ISupportErrorInfo
- struct __declspec(uuid("e21a9cae-fabf-11d3-ab5a-0008c73fd50c"))
- TinDataElementFilter;
- // [ default ] interface IUnknown
- // interface ITinFilter
- // interface ISupportErrorInfo
- struct __declspec(uuid("124f6d4a-b2a3-11d5-abb9-0008c73fd50c"))
- TinNodeSourceFilter;
- // [ default ] interface IUnknown
- // interface ITinFilter
- // interface ITinNodeSourceFilter
- // interface ISupportErrorInfo
- struct __declspec(uuid("5f13f416-42bc-11d2-a569-0000f8774f0f"))
- TinName;
- // [ default ] interface IUnknown
- // interface IName
- // interface IDatasetName
- // interface IPersist
- // interface IPersistStream
- // interface IMetadata
- // interface IMetadataEdit
- // interface INativeTypeInfo
- struct __declspec(uuid("e378e871-f24f-4332-b1e6-339c7aceb25c"))
- TinNativeType;
- // [ default ] interface IUnknown
- // interface INativeType
- struct __declspec(uuid("681441e2-eaea-11d3-9f8a-00c04f6bdf06"))
- IXYEventSource : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_EventTable (
- struct ITable * * aTable ) = 0;
- virtual HRESULT __stdcall get_EventProperties (
- struct IXYEventProperties * * xyProperties ) = 0;
- virtual HRESULT __stdcall RefreshExtent ( ) = 0;
- };
- enum esriXYEventError
- {
- XYEVENT_E_INVALID_X_NAME = -2147220991,
- XYEVENT_E_INVALID_X_TYPE = -2147220990,
- XYEVENT_E_INVALID_Y_NAME = -2147220989,
- XYEVENT_E_INVALID_Y_TYPE = -2147220988,
- XYEVENT_E_INVALID_Z_NAME = -2147220987,
- XYEVENT_E_INVALID_Z_TYPE = -2147220986,
- XYEVENT_E_CANT_SELECT = -2147220985,
- XYEVENT_E_SOURCENAME_NOT_SETUP = -2147220984,
- XYEVENT_E_CANT_DELETE_FIELD = -2147220983
- };
- struct __declspec(uuid("71045c9e-7902-11d4-9fe5-00c04f6bdf06"))
- IXYEvent2FieldsProperties : IXYEventProperties
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall put_XFieldName (
- BSTR FieldName ) = 0;
- virtual HRESULT __stdcall get_XFieldName (
- BSTR * FieldName ) = 0;
- virtual HRESULT __stdcall put_YFieldName (
- BSTR FieldName ) = 0;
- virtual HRESULT __stdcall get_YFieldName (
- BSTR * FieldName ) = 0;
- virtual HRESULT __stdcall put_ZFieldName (
- BSTR FieldName ) = 0;
- virtual HRESULT __stdcall get_ZFieldName (
- BSTR * FieldName ) = 0;
- };
- struct __declspec(uuid("71045ca2-7902-11d4-9fe5-00c04f6bdf06"))
- XYEvent2FieldsProperties;
- // [ default ] interface IUnknown
- // interface IXYEventProperties
- // interface IXYEvent2FieldsProperties
- // interface IClone
- // interface IPersistStream
- // interface ISupportErrorInfo
- struct __declspec(uuid("309aa920-eaec-11d3-9f8a-00c04f6bdf06"))
- XYEventSourceName;
- // [ default ] interface IUnknown
- // interface IName
- // interface IDatasetName
- // interface IFeatureClassName
- // interface IXYEventSourceName
- // interface IPersistStream
- // interface ISupportErrorInfo
- struct __declspec(uuid("4b194345-a3e3-11d4-9ff0-00c04f6bdf06"))
- XYEventSource;
- // [ default ] interface IUnknown
- // interface IDataset
- // interface IDatasetEdit
- // interface IDatasetEditInfo
- // interface IClass
- // interface ITable
- // interface ITableCapabilities
- // interface IObjectClass
- // interface ISubtypes
- // interface IObjectClassInfo
- // interface IObjectClassInfo2
- // interface IFeatureClass
- // interface IGeoDataset
- // interface IEventSource
- // interface IXYEventSource
- // interface IVirtualTable
- // [ default, source ] interface IObjectClassEvents
- // [ source ] interface IObjectClassSchemaEvents
- struct __declspec(uuid("c7a92e97-597e-4a69-a872-29cb60b5e0db"))
- ISaveAs : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall SaveAs (
- BSTR Name,
- struct IWorkspace * worksp,
- BSTR Format,
- struct IDataset * * Dataset ) = 0;
- virtual HRESULT __stdcall CanSaveAs (
- BSTR Format,
- VARIANT_BOOL * CanSaveAs ) = 0;
- };
- struct __declspec(uuid("bc25e11e-168b-11d2-8d25-0000f8780535"))
- IRasterDatasetName : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RasterBandNames (
- struct IEnumDatasetName * * RasterBandNames ) = 0;
- };
- struct __declspec(uuid("bc25e121-168b-11d2-8d25-0000f8780535"))
- IRasterBandName : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RasterDatasetName (
- struct IDatasetName * * RasterDatasetName ) = 0;
- virtual HRESULT __stdcall putref_RasterDatasetName (
- struct IDatasetName * RasterDatasetName ) = 0;
- virtual HRESULT __stdcall put_NameString (
- BSTR RasterDatasetName ) = 0;
- virtual HRESULT __stdcall get_NameString (
- BSTR * RasterDatasetName ) = 0;
- };
- struct __declspec(uuid("7e7e6105-fa34-11d1-8d22-0000f8780535"))
- IRasterColormap : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RedValues (
- VARIANT * pVal ) = 0;
- virtual HRESULT __stdcall put_RedValues (
- VARIANT pVal ) = 0;
- virtual HRESULT __stdcall get_GreenValues (
- VARIANT * pVal ) = 0;
- virtual HRESULT __stdcall put_GreenValues (
- VARIANT pVal ) = 0;
- virtual HRESULT __stdcall get_BlueValues (
- VARIANT * pVal ) = 0;
- virtual HRESULT __stdcall put_BlueValues (
- VARIANT pVal ) = 0;
- virtual HRESULT __stdcall get_Colors (
- VARIANT * pVal ) = 0;
- virtual HRESULT __stdcall put_Colors (
- VARIANT pVal ) = 0;
- virtual HRESULT __stdcall Bin (
- double pixval,
- long * Bin ) = 0;
- };
- struct __declspec(uuid("76aa6a59-25b4-4f26-9079-7a634759fed9"))
- IRasterDataset2 : IRasterDataset
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall CreateRaster (
- struct IRaster * * pRaster ) = 0;
- virtual HRESULT __stdcall CreateFullRaster (
- struct IRaster * * pRaster ) = 0;
- virtual HRESULT __stdcall get_IsEmpty (
- VARIANT_BOOL * IsEmpty ) = 0;
- };
- struct __declspec(uuid("ba86a917-98ec-4994-b692-760abedcc306"))
- IRasterDatasetEdit : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall Mosaic (
- struct IRaster * Raster,
- double tolerance ) = 0;
- virtual HRESULT __stdcall MosaicBands (
- struct IRaster * Raster,
- long start,
- double tolerance ) = 0;
- virtual HRESULT __stdcall Erase (
- struct IEnvelope * Extent ) = 0;
- virtual HRESULT __stdcall ComputeStats (
- long PyramidLevel ) = 0;
- virtual HRESULT __stdcall DeleteStats ( ) = 0;
- virtual HRESULT __stdcall AlterColormap (
- struct IRasterColormap * pColormap ) = 0;
- virtual HRESULT __stdcall DeleteColormap ( ) = 0;
- virtual HRESULT __stdcall AppendNewBand ( ) = 0;
- };
- struct __declspec(uuid("6e0577d2-8fe5-44d6-b18c-222687a19025"))
- IRasterCatalogItem : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RasterDataset (
- struct IRasterDataset * * ppDataset ) = 0;
- virtual HRESULT __stdcall putref_RasterDataset (
- struct IRasterDataset * ppDataset ) = 0;
- };
- struct __declspec(uuid("9fd9a370-1d1b-11d4-abda-0008c73fca1c"))
- IRasterWorkspace2 : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall OpenRasterDataset (
- BSTR Name,
- struct IRasterDataset * * RasterDataset ) = 0;
- virtual HRESULT __stdcall CreateRasterDataset (
- BSTR Name,
- BSTR Format,
- struct IPoint * Origin,
- long columnCount,
- long RowCount,
- double cellSizeX,
- double cellSizeY,
- long numBands,
- enum rstPixelType pt,
- struct ISpatialReference * sr,
- VARIANT_BOOL Permanent,
- struct IRasterDataset * * ppRasterDataset ) = 0;
- virtual HRESULT __stdcall IsWorkspace (
- BSTR Name,
- VARIANT_BOOL * IsWorkspace ) = 0;
- virtual HRESULT __stdcall CanCopy (
- VARIANT_BOOL * CanCopy ) = 0;
- virtual HRESULT __stdcall Copy (
- BSTR copyName,
- struct IWorkspace * copyWorkspace,
- struct IDataset * * copyDataset ) = 0;
- };
- struct __declspec(uuid("6b2d0243-7100-4e3f-aa02-5ec12daf6980"))
- IRasterValue : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RasterStorageDef (
- struct IRasterStorageDef * * StorageDef ) = 0;
- virtual HRESULT __stdcall putref_RasterStorageDef (
- struct IRasterStorageDef * StorageDef ) = 0;
- virtual HRESULT __stdcall get_Extent (
- struct IEnvelope * * Extent ) = 0;
- virtual HRESULT __stdcall putref_Extent (
- struct IEnvelope * Extent ) = 0;
- virtual HRESULT __stdcall get_RasterDataset (
- struct IRasterDataset * * Dataset ) = 0;
- virtual HRESULT __stdcall putref_RasterDataset (
- struct IRasterDataset * Dataset ) = 0;
- virtual HRESULT __stdcall get_RasterDatasetName (
- struct IName * * Name ) = 0;
- virtual HRESULT __stdcall putref_RasterDatasetName (
- struct IName * Name ) = 0;
- virtual HRESULT __stdcall get_Raster (
- struct IRaster * * Raster ) = 0;
- virtual HRESULT __stdcall putref_Raster (
- struct IRaster * Raster ) = 0;
- virtual HRESULT __stdcall SetEmptyRasterDataset (
- long nBands,
- enum rstPixelType PixelType ) = 0;
- };
- struct __declspec(uuid("d1909a6f-8eda-4f3d-b9d2-310fd621386a"))
- IRasterCatalogName : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall get_RasterFieldName (
- BSTR * Name ) = 0;
- virtual HRESULT __stdcall put_RasterFieldName (
- BSTR Name ) = 0;
- virtual HRESULT __stdcall get_IsRasterDataset (
- VARIANT_BOOL * IsRasterDataset ) = 0;
- virtual HRESULT __stdcall put_IsRasterDataset (
- VARIANT_BOOL IsRasterDataset ) = 0;
- };
- struct __declspec(uuid("0e1096f4-7499-4604-8408-88a0cab3eeab"))
- IRasterCatalogHelper : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall UpdateFootprint (
- struct IRasterCatalog * pCatalog ) = 0;
- virtual HRESULT __stdcall UpdateFootprintSpatialReference (
- struct IRasterCatalog * pCatalog ) = 0;
- };
- struct __declspec(uuid("a8386192-3659-4525-984f-5d643a40ee8c"))
- RasterDef;
- // [ default ] interface IUnknown
- // interface IRasterDef
- // interface IClone
- // interface IPersistStream
- // interface IXMLSerialize
- struct __declspec(uuid("82abc602-67f9-4042-bee1-645b0139fd70"))
- RasterStorageDef;
- // [ default ] interface IUnknown
- // interface IRasterStorageDef
- // interface IClone
- // interface IPersistStream
- // interface IXMLSerialize
- struct __declspec(uuid("93d0b191-6bf1-418f-ab89-6f290278c245"))
- RasterValue;
- // [ default ] interface IUnknown
- // interface IRasterValue
- struct __declspec(uuid("3eaa2478-5332-40f8-8fa8-62382390a3ba"))
- RasterCatalogItem;
- // [ default ] interface IUnknown
- // interface IRasterCatalogItem
- // interface IFeature
- // interface IFeatureBuffer
- // interface IFeatureChanges
- // interface IFeatureDraw
- // interface IFeatureEdit
- // interface IFeatureEvents
- // interface IFeatureSimplify
- // interface IRelatedObjectEvents
- // interface IRowChanges
- // interface IRowCompare
- // interface IRowEdit
- // interface IRowEvents
- // interface IRowSubtypes
- // interface IValidate
- // interface ISupportErrorInfo
- struct __declspec(uuid("55e13e7e-52bd-4145-9adf-9cf8b776c346"))
- RasterCatalog;
- // [ default ] interface IUnknown
- // interface IDataset
- // interface IDatasetEdit
- // interface IDatasetEditInfo
- // interface IDatasetAnalyze
- // interface ISchemaLock
- // interface IClass
- // interface ITable
- // interface IObjectClass
- // interface IClassSchemaEdit
- // interface IClassSchemaEdit2
- // interface IModelInfo
- // interface IObjectClassInfo
- // interface IObjectClassInfo2
- // interface IFeatureClass
- // interface IGeoDataset
- // interface IFeatureClassWrite
- // interface IFeatureClassLoad
- // interface ITableCapabilities
- // interface IFeatureClassManage
- // interface IRasterCatalog
- struct __declspec(uuid("75bce6e2-8af5-478e-8892-fa45ca50af4d"))
- RasterDatasetName;
- // [ default ] interface IUnknown
- // interface IName
- // interface IDatasetName
- // interface IPersistStream
- // interface IRasterDatasetName
- // interface IMetadata
- // interface IMetadataEdit
- // interface INativeTypeInfo
- // interface IDatasetNameFileStat
- // interface IDatasetNameFileSize
- struct __declspec(uuid("bc25e113-168b-11d2-8d25-0000f8780535"))
- RasterBandName;
- // [ default ] interface IUnknown
- // interface IName
- // interface IDatasetName
- // interface IPersistStream
- // interface IRasterBandName
- // interface IMetadata
- // interface IMetadataEdit
- // interface INativeTypeInfo
- struct __declspec(uuid("33ff62fc-d7d6-48e8-82d9-77c0aadbf5d1"))
- RasterCatalogName;
- // [ default ] interface IUnknown
- // interface IRasterCatalogName
- // interface IName
- // interface IDatasetName
- // interface ITableName
- // interface IObjectClassName
- // interface IFeatureClassName
- // interface IModelInfo
- // interface IPersist
- // interface IPersistStream
- // interface IMetadata
- // interface IMetadataEdit
- // interface INativeTypeInfo
- // interface ITopologyClassName
- struct __declspec(uuid("69b9e430-9f7d-4689-b6e7-9611928e6036"))
- RasterCatalogClassDescription;
- // [ default ] interface IUnknown
- // interface IObjectClassDescription
- // interface IFeatureClassDescription
- struct __declspec(uuid("04d7fade-b9e6-4b18-aa22-b424a17e7fb5"))
- RasterCatalogHelper;
- // [ default ] interface IUnknown
- // interface IRasterCatalogHelper
- struct __declspec(uuid("064087e4-09b9-4892-a893-fca89bb171d1"))
- Pnt;
- // [ default ] interface IUnknown
- // interface IPnt
- struct __declspec(uuid("fa8bc670-d572-11d5-a134-00508ba0c977"))
- IUtilityNetwork2 : IUtilityNetwork
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall PartialEstablishFlowDirection (
- long sourceCount,
- long * sourceEIDs,
- long sinkCount,
- long * sinkEIDs ) = 0;
- };
- struct __declspec(uuid("92365b91-2779-11d3-8a72-000000000000"))
- IRelationshipChanges : IUnknown
- {
- //
- // Raw methods provided by interface
- //
- virtual HRESULT __stdcall InitResolveProcess (
- VARIANT_BOOL bIsPulling ) = 0;
- virtual HRESULT __stdcall InitObjectDifferenceAugmentation ( ) = 0;
- virtual HRESULT __stdcall AugumentObjectDifferences ( ) = 0;
- virtual HRESULT __stdcall EndObjectDifferenceAugmentation ( ) = 0;
- virtual HRESULT __stdcall PropagateChangesToRelatedObjects (
- long ObjectClassID,
- long oidCount,
- long * oids ) = 0;
- virtual HRESULT __stdcall CopyRelationshipChanges ( ) = 0;
- virtual HRESULT __stdcall EndResolveProcess ( ) = 0;
- };
- //
- // Named GUID constants initializations
- //
- extern "C" const GUID __declspec(selectany) LIBID_esriGeoDatabase =
- {0x0475bdb1,0xe5b2,0x4ca2,{0x91,0x27,0xb4,0xb1,0x68,0x3e,0x70,0xc2}};
- extern "C" const GUID __declspec(selectany) IID_IGeoDBProtectNames =
- {0xc2697cbc,0x3d8a,0x4888,{0xae,0x34,0x5c,0x35,0x18,0x01,0x81,0xa6}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspace =
- {0xd4803ee1,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceFactory =
- {0xf173fc16,0xd63a,0x11d1,{0xaa,0x81,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceName =
- {0xfadd975c,0xe36f,0x11d1,{0xaa,0x81,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IEnumDataset =
- {0x2d04c044,0x7766,0x11d0,{0xb7,0x7d,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IDataset =
- {0x2d04c042,0x7766,0x11d0,{0xb7,0x7d,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IEnumDatasetName =
- {0x89e75919,0xc287,0x11d1,{0xaa,0x77,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetName =
- {0x89e75917,0xc287,0x11d1,{0xaa,0x77,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IRemoteDatabaseWorkspace =
- {0xab4a2d79,0x055b,0x11d2,{0xaa,0x97,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IEnumWorkspace =
- {0x8d39a5ff,0xbdc8,0x11d0,{0x87,0xf8,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IRemoteDatabaseWorkspaceFactory =
- {0xab4a2d7a,0x055b,0x11d2,{0xaa,0x97,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_ISQLPrivilege =
- {0xa867a185,0xc5cb,0x11d2,{0xaa,0xe2,0x00,0xc0,0x4f,0xa3,0x78,0x49}};
- extern "C" const GUID __declspec(selectany) IID_IGeoDataset =
- {0x34c20004,0x4d3c,0x11d0,{0x92,0xd8,0x00,0x80,0x5f,0x7c,0x28,0xb0}};
- extern "C" const GUID __declspec(selectany) IID_IProperty =
- {0x40a9e882,0x5533,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IEnumProperty =
- {0x40a9e881,0x5533,0x11d0,{0x98,0xbe,0x00,0x80,0x5f,0x7c,0xed,0x21}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetEditInfo =
- {0x234c31c1,0x9740,0x11d1,{0x89,0xe2,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetEdit =
- {0x448c5d21,0x9746,0x11d1,{0x89,0xe2,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_ITransactions =
- {0xf05d9bc1,0xd03c,0x11d1,{0x88,0x7f,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_ITransactionsOptions =
- {0x6e45153f,0xdf82,0x11d1,{0xaa,0x82,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IVersionedWorkspace =
- {0x1b256191,0xb380,0x11d1,{0x9c,0xe6,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) IID_IEnumVersionInfo =
- {0xc0d27014,0xd933,0x11d1,{0xaa,0x7d,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IVersionInfo =
- {0x904c01cf,0x0ed9,0x11d3,{0x9f,0x3e,0x00,0xc0,0x4f,0x6b,0xdd,0xd9}};
- extern "C" const GUID __declspec(selectany) IID_IVersion =
- {0x1a945841,0xb381,0x11d1,{0x9c,0xe6,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) IID_IEnumLockInfo =
- {0x0f2e4f13,0x93b2,0x11d3,{0x9f,0x62,0x00,0xc0,0x4f,0x6b,0xdd,0xd9}};
- extern "C" const GUID __declspec(selectany) IID_ILockInfo =
- {0x751ad693,0x93b2,0x11d3,{0x9f,0x62,0x00,0xc0,0x4f,0x6b,0xdd,0xd9}};
- extern "C" const GUID __declspec(selectany) IID_IVersionedObject =
- {0x4a1fb361,0xb863,0x11d1,{0x9c,0xe7,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) IID_IMetadata =
- {0x5de04a82,0x24e4,0x11d3,{0xa6,0x41,0x00,0x08,0xc7,0xd3,0xae,0x50}};
- extern "C" const GUID __declspec(selectany) IID_IMetadataEdit =
- {0x97fdb978,0x62a4,0x49c5,{0x82,0x52,0xb0,0x78,0x37,0xb3,0x3e,0xe9}};
- extern "C" const GUID __declspec(selectany) IID_ISQLSyntax =
- {0x18e2854e,0xedc8,0x11d2,{0xaa,0xef,0x00,0xc0,0x4f,0xa3,0x78,0x49}};
- extern "C" const GUID __declspec(selectany) IID_ISchemaLock =
- {0xdca648e5,0x0fbb,0x11d3,{0x80,0xa5,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IEnumSchemaLockInfo =
- {0xa67958d7,0x226e,0x11d3,{0x80,0xb2,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_ISchemaLockInfo =
- {0xa67958d8,0x226e,0x11d3,{0x80,0xb2,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspace2 =
- {0x4b21005e,0x01df,0x4945,{0x90,0x38,0xad,0xcb,0xd1,0x7a,0x0f,0x2e}};
- extern "C" const GUID __declspec(selectany) IID_IDatabaseConnectionInfo =
- {0x2808cad6,0xe0fa,0x4478,{0xbe,0x5b,0x0e,0x64,0x5a,0x2b,0xc7,0xed}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceProperty =
- {0x7771b899,0x02cd,0x46d1,{0xaa,0xe1,0x53,0x92,0xb6,0x62,0xc8,0xd0}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceProperties =
- {0x0f1b2257,0xe2d8,0x4046,{0xb7,0x49,0x7f,0xf1,0xb0,0x58,0xa9,0x43}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceHelper =
- {0xda10c1bd,0x09a3,0x11d4,{0x9f,0xaa,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceExtensionControl =
- {0xda10c1c0,0x09a3,0x11d4,{0x9f,0xaa,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceExtension =
- {0xda10c1c2,0x09a3,0x11d4,{0x9f,0xaa,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceExtensionManager =
- {0xb2119283,0x0cd1,0x11d4,{0x9f,0xac,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceEvents =
- {0xda10c1c4,0x09a3,0x11d4,{0x9f,0xaa,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceName2 =
- {0x05fc30e9,0x3007,0x11d4,{0x81,0x40,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceFactory2 =
- {0xd29cd15f,0x3014,0x11d4,{0x81,0x41,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceStatus =
- {0xbbe342c6,0x2618,0x4540,{0x95,0xb5,0xd6,0xa8,0x2f,0x61,0x8d,0xfa}};
- extern "C" const GUID __declspec(selectany) IID_IEnumWorkspaceStatus =
- {0xc2608adb,0x10a1,0x4d0c,{0xab,0xa6,0x59,0x75,0xf6,0xd9,0xc1,0xdf}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceFactoryStatus =
- {0x9b90c0b4,0x6848,0x4a17,{0xa0,0xa4,0x70,0x8e,0xe0,0x51,0x93,0xd6}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceFactoryFileExtensions =
- {0x9ea6f82b,0x80ae,0x4702,{0x99,0x06,0x2c,0x90,0xac,0x40,0xc2,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IScratchWorkspaceFactory =
- {0x06dc8e4b,0x951c,0x11d2,{0xae,0x75,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IScratchWorkspaceFactory2 =
- {0xceb80992,0xebc0,0x482b,{0x9c,0xd9,0x99,0x74,0xab,0x40,0xd4,0xc2}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceFactorySchemaCache =
- {0x968ab1ea,0x7c1f,0x4aa1,{0x90,0x55,0xca,0x98,0xcb,0x62,0x22,0x78}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceProgressTracker =
- {0x4e3a0d23,0x6213,0x4b78,{0x9a,0x2f,0xb9,0x28,0x6d,0x34,0xe3,0xd3}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetEditEx =
- {0x60e8162b,0x1ae0,0x11d4,{0x9f,0xb1,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetFileStat =
- {0x52d4a757,0xdf71,0x47e0,{0xaa,0xb8,0xee,0x30,0x2e,0xb7,0xac,0xab}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetNameFileStat =
- {0x9db4594f,0xdc4b,0x457a,{0xae,0x2e,0xff,0xea,0x8b,0xd8,0xd7,0x2e}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetNameFileSize =
- {0x62ae7f20,0x59e5,0x44af,{0x8d,0xba,0xfa,0x4d,0xa3,0x3b,0x6a,0xf7}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceEditInfo =
- {0x995d5c91,0x15c6,0x11d2,{0x89,0xed,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceEdit =
- {0x995d5c92,0x15c6,0x11d2,{0x89,0xed,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceEditControl =
- {0x17240108,0xa1c0,0x4f02,{0xbb,0x9a,0x35,0xd9,0x70,0xab,0xee,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceEditEvents =
- {0x0b437962,0x89f9,0x11d4,{0x8b,0x5f,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ISpatialCacheManager =
- {0xe2e4622f,0x55b4,0x11d3,{0x9f,0x77,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ISpatialCacheManager2 =
- {0x9078f181,0xbb75,0x11d4,{0x9f,0xeb,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ISpatialCacheManager3 =
- {0x74d077b7,0x4f42,0x439d,{0x8a,0xca,0x24,0x33,0xcb,0xd1,0x59,0x16}};
- extern "C" const GUID __declspec(selectany) IID_IGeoDatasetSchemaEdit =
- {0x6b267c02,0x28cc,0x11d3,{0x9f,0x67,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IVersionedWorkspace2 =
- {0x9d039f1b,0x8b1e,0x494d,{0x81,0xb1,0xc6,0xb6,0xae,0x7c,0x16,0x7a}};
- extern "C" const GUID __declspec(selectany) IID_IVersionedObject2 =
- {0x884d388e,0x8918,0x443a,{0x8f,0x4a,0xdb,0x5a,0xac,0x5b,0x9d,0x5e}};
- extern "C" const GUID __declspec(selectany) IID_IFileDataLock =
- {0xadf6d66d,0xa47a,0x11d4,{0x9f,0x87,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IDatabaseCompact =
- {0x660214d1,0x7c1b,0x11d3,{0x80,0xea,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_ILocalDatabaseCompact =
- {0x516c0a6d,0x8021,0x11d3,{0x80,0xeb,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_ISetDefaultConnectionInfo =
- {0x094a1c7d,0x90ae,0x11d3,{0x80,0xef,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_ISetDefaultConnectionInfo2 =
- {0x518570d2,0xef66,0x4b3b,{0xb0,0xbb,0xfc,0xac,0x07,0x78,0x14,0xdf}};
- extern "C" const GUID __declspec(selectany) IID_INativeType =
- {0xbdc57556,0xf689,0x4149,{0xa5,0x26,0xb4,0x9d,0xea,0x3f,0x44,0x3f}};
- extern "C" const GUID __declspec(selectany) IID_INativeTypeSearch =
- {0x12b123e8,0x895d,0x4d2f,{0xa7,0xb0,0xc7,0xc0,0x7c,0xf1,0x95,0xe0}};
- extern "C" const GUID __declspec(selectany) IID_INativeTypeInfo =
- {0x906db24a,0xf0ad,0x4ca5,{0x87,0x1b,0x54,0x66,0xe5,0x4f,0xab,0x80}};
- extern "C" const GUID __declspec(selectany) IID_IComplexNativeType =
- {0xd425f87a,0x5b3a,0x4200,{0xa0,0x50,0x38,0x00,0x84,0xcb,0xed,0xf0}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceHelper =
- {0xda10c1c6,0x09a3,0x11d4,{0x9f,0xaa,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IEnumNameMapping =
- {0x36a4d970,0xf5d5,0x11d3,{0x81,0x20,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_INameMapping =
- {0x36a4d96f,0xf5d5,0x11d3,{0x81,0x20,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_INameMapping2 =
- {0xd4e6badf,0x3eb9,0x4f4e,{0x91,0x03,0xc7,0xd0,0xcb,0xc1,0x19,0xa2}};
- extern "C" const GUID __declspec(selectany) IID_IEnumSpatialReferenceInfo =
- {0x5f345e5f,0x4251,0x11d4,{0x81,0x45,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceSpatialReferenceInfo =
- {0x89890719,0x42d8,0x11d4,{0x81,0x45,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IConfigurationKeyword =
- {0x2be5da4c,0x7a75,0x4cc9,{0xaa,0x73,0xc0,0x32,0x0b,0x89,0x84,0x6f}};
- extern "C" const GUID __declspec(selectany) IID_IEnumConfigurationParameter =
- {0x75b1cca3,0xee77,0x4a5f,{0x8f,0xcd,0x17,0x75,0xd6,0xf9,0x49,0x7b}};
- extern "C" const GUID __declspec(selectany) IID_IConfigurationParameter =
- {0x32bd0a83,0x25e5,0x4f24,{0xb8,0x1b,0x5e,0xbe,0xa2,0xdf,0xe3,0x5a}};
- extern "C" const GUID __declspec(selectany) IID_IEnumConfigurationKeyword =
- {0xb055bbd8,0xde08,0x49cd,{0xa5,0x89,0xff,0xfd,0x22,0x11,0x2c,0xd5}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceConfiguration =
- {0x9e8f5c35,0x7888,0x4df9,{0x86,0x2c,0x9d,0xd7,0x4e,0xff,0x90,0x62}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceProperty =
- {0x2a07e8d8,0x309f,0x47f1,{0xb9,0xae,0xc5,0x46,0xad,0xd8,0x3a,0x83}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceEditEvents =
- {0x849fc785,0x8d9e,0x11d4,{0x9f,0xd8,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_Workspace =
- {0xfbf5715b,0xa05d,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetContainer =
- {0xbd770969,0xefb7,0x11d3,{0x9f,0xa2,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureWorkspace =
- {0xd9cab491,0x3f69,0x11d1,{0xb0,0x95,0x00,0x00,0xf8,0x78,0x08,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IClass =
- {0x1afcdb32,0xac09,0x11d2,{0x8a,0x1e,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_ITable =
- {0xfcb01cb5,0x9f0b,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) IID_IFields =
- {0x6b2072e3,0x23f7,0x11d1,{0x89,0xd8,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IField =
- {0xfcb01cb3,0x9f0b,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) IID_IDomain =
- {0xdf18fe0a,0x84ba,0x11d2,{0xab,0x61,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IGeometryDef =
- {0x439a0d50,0x3915,0x11d1,{0x9c,0xa7,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) IID_IIndexes =
- {0x2063fd03,0x4ce0,0x11d1,{0x89,0xdb,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IIndex =
- {0x2063fd01,0x4ce0,0x11d1,{0x89,0xdb,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IEnumIndex =
- {0x23bd2b49,0xbf8b,0x11d2,{0xaa,0xdd,0x00,0xc0,0x4f,0xa3,0x78,0x49}};
- extern "C" const GUID __declspec(selectany) IID_IRowBuffer =
- {0x93684651,0x1a83,0x11d1,{0x88,0x02,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IRow =
- {0xfcb01cb4,0x9f0b,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) IID_ICursor =
- {0xd4803ee7,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IQueryFilter =
- {0xfdfebd93,0xed75,0x11d0,{0x9a,0x95,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionSet =
- {0xf7ad47d1,0xd55e,0x11d1,{0x88,0x82,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IEnumIDs =
- {0x7d84b001,0x1521,0x11d2,{0x89,0xed,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClass =
- {0x1afcdb31,0xac09,0x11d2,{0x8a,0x1e,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClass =
- {0xd4803ee6,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IEnumRelationshipClass =
- {0x22b00697,0x8895,0x11d2,{0x8a,0x0d,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClass =
- {0x22b00693,0x8895,0x11d2,{0x8a,0x0d,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDataset =
- {0xd4803ee3,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IObject =
- {0x1afcdb34,0xac09,0x11d2,{0x8a,0x1e,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IRelationship =
- {0x22b00696,0x8895,0x11d2,{0x8a,0x0d,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IEnumRelationship =
- {0x22b00695,0x8895,0x11d2,{0x8a,0x0d,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IRelClassEnumRowPairs =
- {0xa53a808e,0x13c4,0x11d3,{0xa0,0xde,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_IEnumRule =
- {0x76f9849e,0x84c3,0x11d2,{0xab,0x61,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IRule =
- {0x236f4de4,0x4761,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IFeature =
- {0xd4803ee9,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureCursor =
- {0xd4803ef8,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureBuffer =
- {0x956a4e53,0x2482,0x11d1,{0x89,0xd8,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IQueryDef =
- {0x97103d51,0x3a9e,0x11d1,{0x88,0x16,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureWorkspaceManage =
- {0xff866b9f,0x6f94,0x11d3,{0x80,0xe5,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureWorkspaceSchemaEdit =
- {0x74996427,0x6627,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IGeodatabaseRelease =
- {0xfe8f2fec,0x85ae,0x11d4,{0xa0,0xca,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceDomains =
- {0xd80957f0,0x8883,0x11d2,{0xaa,0xbb,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IEnumDomain =
- {0x8917197e,0x8884,0x11d2,{0xaa,0xbb,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceDomains2 =
- {0x56a5e6d4,0x01c6,0x11d4,{0xa0,0x57,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureWorkspaceAnno =
- {0x14eb5331,0xca80,0x11d2,{0x8a,0x2f,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IRasterWorkspaceEx =
- {0xc8778a65,0x0e27,0x4cb5,{0x9a,0x50,0xa7,0x47,0x1b,0x39,0x8e,0xa7}};
- extern "C" const GUID __declspec(selectany) IID_IRasterStorageDef =
- {0x30b9828a,0x85a6,0x4228,{0xa7,0xa4,0x7a,0xfb,0x8a,0x98,0x42,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IPnt =
- {0x55614793,0x3490,0x11d3,{0xa6,0x27,0x00,0x08,0xc7,0xd3,0xaf,0x56}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDef =
- {0xcdba994f,0x8f18,0x4abe,{0x8a,0x39,0x50,0x2b,0xed,0x07,0x26,0x5e}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDataset =
- {0x7aca3d01,0x0629,0x11d2,{0x8d,0x24,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) IID_IRaster =
- {0xaeec7d31,0x1533,0x11d2,{0x8d,0x25,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) IID_IPixelBlock =
- {0x169bafe0,0x40f6,0x11d2,{0x9c,0xfa,0x00,0xa0,0x24,0x94,0x80,0xf0}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCursor =
- {0x3a625c22,0xa707,0x11d2,{0x8e,0x30,0x00,0xa0,0x24,0x94,0x80,0xf0}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalog =
- {0xba56286b,0x9344,0x4e5c,{0x8e,0xee,0x11,0x95,0x83,0x76,0x48,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceReplicas =
- {0xd7463e40,0x9508,0x4b36,{0x87,0x28,0x29,0x52,0x4d,0x89,0x7f,0xff}};
- extern "C" const GUID __declspec(selectany) IID_IEnumReplica =
- {0x13ca9c95,0xbee7,0x4c14,{0x94,0x7c,0xf3,0x7f,0x26,0xa6,0x2d,0x9c}};
- extern "C" const GUID __declspec(selectany) IID_IReplica =
- {0xc475452c,0x72f3,0x4277,{0x9f,0xb7,0xfd,0x80,0x99,0x66,0x5c,0xec}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaDescription =
- {0x3afc1997,0x7a42,0x483b,{0x9a,0x6a,0xec,0xc0,0x0a,0x3b,0xa8,0x6a}};
- extern "C" const GUID __declspec(selectany) IID_IEnumReplicaDataset =
- {0x8dcc9460,0x2f73,0x42f4,{0xbc,0x2a,0x50,0x70,0x0b,0x50,0xfe,0xf4}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaDataset =
- {0x4e087148,0x2c4f,0x452f,{0xbf,0xf0,0x88,0xc6,0x7d,0x3e,0xfb,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceReplicasAdmin =
- {0x72ad4bea,0xa562,0x4c4a,{0xa2,0x64,0x14,0xfc,0x62,0x34,0xb1,0x87}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceReplicaDatasets =
- {0x95f9e91d,0x885b,0x4f0e,{0x98,0x73,0xd6,0x6f,0x54,0x09,0xee,0x41}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyWorkspace =
- {0xea103f9f,0x8226,0x4d62,{0xaf,0xd8,0xa9,0xae,0xad,0x2a,0x3b,0xe3}};
- extern "C" const GUID __declspec(selectany) IID_ITopology =
- {0xc08348e2,0x5ac1,0x4d88,{0xa2,0xd0,0xb6,0x75,0x31,0x7b,0xb6,0xcd}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyGraph =
- {0x4adc1017,0x3c78,0x434b,{0xa3,0x2c,0x18,0x17,0xa4,0x2e,0xb8,0x57}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyElement =
- {0x9a876db1,0x4a30,0x11d5,{0x9f,0xe9,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTopologyParent =
- {0xefe9d2a4,0x1fb2,0x47f9,{0x8a,0xf9,0x48,0x31,0xfa,0xd2,0xdb,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTGHitInfo =
- {0xba303a42,0x6aff,0x42f8,{0xb4,0x57,0x85,0xa6,0x89,0xb0,0x51,0xca}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTopologyNode =
- {0x0fcbd3ed,0xd810,0x40d3,{0x92,0xb1,0x1a,0x7b,0x45,0x1f,0x0f,0x4c}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyNode =
- {0xd04b7154,0x4989,0x11d5,{0x9f,0xe9,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) IID_IEnumNodeEdge =
- {0x5cee64be,0x56dc,0x11d5,{0x9f,0xee,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyEdge =
- {0xd04b7152,0x4989,0x11d5,{0x9f,0xe9,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTopologyEdge =
- {0x9a876db0,0x4a30,0x11d5,{0x9f,0xe9,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceExtension =
- {0xfbf5715c,0xa05d,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceFactory =
- {0xfbf5715d,0xa05d,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_ConfigurationKeyword =
- {0xfbf57161,0xa05d,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_ConfigurationParameter =
- {0xfbf57162,0xa05d,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_VersionedWorkspace =
- {0x23a7329a,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) IID_IVersionEdit =
- {0x2393b65d,0x74d4,0x11d2,{0xaa,0xd9,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IEnumConflictClass =
- {0x2ba511e1,0x8a2f,0x11d2,{0xaa,0xe3,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IConflictClass =
- {0xab22306b,0x8a2f,0x11d2,{0xaa,0xe3,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IVersionEdit2 =
- {0x650b3674,0x3aea,0x44d5,{0x84,0x41,0x79,0x4c,0xf3,0xc3,0x6a,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IVersionEdit3 =
- {0x69d4c025,0x1a2c,0x4cca,{0xb9,0x01,0x20,0xeb,0x20,0x93,0xab,0x6b}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumVersionInfo =
- {0x23a7329f,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_VersionInfo =
- {0x23a7329c,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) IID_INetworkWorkspace =
- {0x4700c2e0,0x2e11,0x11d1,{0xb2,0x4e,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetwork =
- {0x19f99c80,0xa089,0x11d0,{0x9c,0xc9,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetWeight =
- {0x027e7415,0x981b,0x11d1,{0xb2,0x64,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_IForwardStar =
- {0x19f99c81,0xa089,0x11d0,{0x9c,0xc9,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_IEnumNetEID =
- {0x5db91db4,0xafb4,0x11d0,{0x9c,0xcd,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_IStreetNetwork =
- {0x19f99c8b,0xa089,0x11d0,{0x9c,0xc9,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_IUtilityNetwork =
- {0x19f99c84,0xa089,0x11d0,{0x9c,0xc9,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetworkUpdate =
- {0x051c9860,0x1880,0x11d2,{0xb2,0x89,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetElements =
- {0x5db91db3,0xafb4,0x11d0,{0x9c,0xcd,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetSchema =
- {0x5db91dbb,0xafb4,0x11d0,{0x9c,0xcd,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetElementClass =
- {0x23a799e2,0xccbc,0x11d0,{0x9c,0xcf,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_IEnumNetWeightAssociation =
- {0x13d15d41,0x1119,0x11d2,{0xb2,0x84,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetWeightAssociation =
- {0x19bdc490,0x6201,0x11d1,{0xb2,0x55,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetTopology =
- {0x803b5ff1,0x0ab3,0x11d1,{0x9c,0xd6,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetAttributes =
- {0x027e7417,0x981b,0x11d1,{0xb2,0x64,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetWeightEdit =
- {0x3ebbe030,0x557d,0x11d1,{0xb2,0x54,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetElementDescription =
- {0xb1eb90e0,0x0cfa,0x11d1,{0x9c,0xd7,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetElementDescriptionEdit =
- {0x027e7416,0x981b,0x11d1,{0xb2,0x64,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetWeightAssociationEdit =
- {0x13d15d40,0x1119,0x11d2,{0xb2,0x84,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_INetSchemaEdit =
- {0x5db91db1,0xafb4,0x11d0,{0x9c,0xcd,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetTopologyEdit =
- {0x2395087d,0x02d5,0x11d1,{0x9c,0xd5,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetAttributesEdit =
- {0xda7fd2c0,0x0794,0x11d1,{0x9c,0xd6,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) IID_INetworkWorkspace2 =
- {0x33978fff,0x118d,0x11d4,{0xa0,0xe7,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IForwardStarGEN =
- {0x7ebfc159,0xe0da,0x4d21,{0x9c,0x3b,0x5d,0x81,0xf2,0xe6,0xad,0x9f}};
- extern "C" const GUID __declspec(selectany) IID_IUtilityNetworkGEN =
- {0x32012812,0x0631,0x4d1e,{0xb9,0x2f,0x13,0xca,0xd1,0x50,0x2e,0xdf}};
- extern "C" const GUID __declspec(selectany) IID_INetDiagnostics =
- {0x2fb1fd60,0xc418,0x4e33,{0x9b,0x55,0x0a,0x8b,0x12,0x53,0x01,0x64}};
- extern "C" const GUID __declspec(selectany) CLSID_NetworkWorkspace =
- {0x1f07a0b0,0x2e14,0x11d1,{0xb2,0x4e,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) CLSID_UtilityNetwork =
- {0x91dd8ab5,0xe33d,0x11d4,{0x9f,0xea,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IDatasetAnalyze =
- {0x60262917,0xd53f,0x4e0b,{0x86,0xff,0xa9,0x16,0xc3,0xfb,0x26,0xbc}};
- extern "C" const GUID __declspec(selectany) CLSID_StreetNetwork =
- {0x91dd8ab6,0xe33d,0x11d4,{0x9f,0xea,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) CLSID_NetElementClass =
- {0x91dd8ab7,0xe33d,0x11d4,{0x9f,0xea,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) CLSID_NetElementDescription =
- {0xb1eb90e2,0x0cfa,0x11d1,{0x9c,0xd7,0x00,0x80,0x5f,0x74,0xd2,0x43}};
- extern "C" const GUID __declspec(selectany) CLSID_NetWeight =
- {0x3ebbe031,0x557d,0x11d1,{0xb2,0x54,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) CLSID_NetWeightAssociation =
- {0x19bdc491,0x6201,0x11d1,{0xb2,0x55,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumNetWeightAssociation =
- {0xe3d2b732,0xe652,0x11d4,{0x9f,0xeb,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) CLSID_ForwardStar =
- {0x91dd8ab8,0xe33d,0x11d4,{0x9f,0xea,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumNetEIDArray =
- {0x4d2236de,0x1525,0x11d3,{0x9f,0x4a,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IEnumNetEIDBuilder =
- {0x697ada1e,0xa05c,0x4ffb,{0xbd,0x41,0xeb,0x47,0xb1,0x77,0x33,0x10}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyProtectNames =
- {0x45196db7,0x5fa4,0x4596,{0x9d,0x2e,0x75,0x57,0xbb,0xee,0xda,0x92}};
- extern "C" const GUID __declspec(selectany) IID_ITableWrite =
- {0xd4c2be91,0xc50c,0x11d1,{0x88,0x76,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDatasetName =
- {0x89e7591a,0xc287,0x11d1,{0xaa,0x77,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDatasetName2 =
- {0x2d661a88,0x8067,0x4579,{0xb5,0x69,0x55,0x31,0xdb,0x29,0x79,0x9a}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDatasetManage =
- {0xe02ccce7,0x3490,0x11d3,{0x9f,0xbd,0x00,0xc0,0x4f,0x6b,0xc7,0x24}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassLoad =
- {0xc3bff943,0xe069,0x11d1,{0xaa,0x82,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassWrite =
- {0xb3e3a101,0xc50c,0x11d1,{0x88,0x76,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassName =
- {0x3c5bbe8f,0xc9c3,0x11d1,{0xaa,0x7c,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassContainer =
- {0x3b439634,0xcfc3,0x11d1,{0xae,0xad,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumFeatureClass =
- {0xd4803ee5,0x79f4,0x11d0,{0x97,0xfc,0x00,0x80,0xc7,0xf7,0x94,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassCreation =
- {0x60749651,0x4f54,0x11d2,{0x89,0xfc,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDraw =
- {0xb0e8d294,0x3a9c,0x11d1,{0x9a,0xa1,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) IID_IInvalidArea =
- {0xa802ba73,0xd947,0x11d1,{0x84,0x84,0x00,0x00,0xf8,0x75,0xb9,0xc6}};
- extern "C" const GUID __declspec(selectany) IID_IRowEdit =
- {0x192ada11,0x33f1,0x11d3,{0x9f,0x6a,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureEdit =
- {0x33848e00,0x983b,0x11d1,{0x84,0x63,0x00,0x00,0xf8,0x75,0xb9,0xc6}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureSimplify =
- {0x10e6443f,0xfecb,0x11d3,{0x9f,0xa5,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureElement =
- {0xb617fb50,0xc4fd,0x11d1,{0xae,0xa9,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureConnect =
- {0xa175835a,0xc4fa,0x11d1,{0xae,0xa9,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumFeature =
- {0xe373db08,0x56ff,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumObjectClass =
- {0x705e133d,0xfcb6,0x43d5,{0x9f,0x6a,0x69,0x41,0x98,0xc8,0x5c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTable =
- {0xb3cbc2e1,0x28e2,0x4bed,{0x83,0x0d,0xd3,0x0c,0xd5,0x00,0xdc,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IQueryFilter2 =
- {0xe5b21410,0x17a6,0x11d4,{0x9f,0x4b,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
- extern "C" const GUID __declspec(selectany) IID_ISpatialFilter =
- {0xfdfebd94,0xed75,0x11d0,{0x9a,0x95,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) IID_ITableSort =
- {0x2d0f935e,0x32f5,0x11d2,{0xa0,0x6f,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_ITableSortCallBack =
- {0x341943f3,0x9450,0x11d2,{0xa0,0x87,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_IFieldInfo =
- {0xa2baae2c,0x969b,0x11d2,{0xae,0x77,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_ITableFields =
- {0xe5966b0a,0xe3d9,0x11d3,{0xa0,0x96,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IGraph =
- {0x436a48bc,0x56f6,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEdgeFeature =
- {0x84fbb0c8,0xea84,0x11d1,{0xae,0xcc,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IJunctionFeature =
- {0x2c411bae,0xea1a,0x11d1,{0xaa,0x91,0x00,0xc0,0x4f,0xa3,0x7b,0x81}};
- extern "C" const GUID __declspec(selectany) IID_INetworkFeature =
- {0x317e551c,0x55fc,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IGeometricNetwork =
- {0xdbff01c2,0x5579,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleJunctionFeature =
- {0xf9b04a4a,0x557a,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IConnectivityRule =
- {0xf366a3fa,0x5362,0x11d2,{0xab,0x1b,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITransformGroup =
- {0x77118148,0xe91d,0x11d2,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IQueryName =
- {0xc833c1f6,0x90b8,0x11d3,{0x9f,0x7b,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IQueryName2 =
- {0xc1e0f902,0x0857,0x434e,{0x84,0xdb,0x35,0x1b,0x67,0x47,0xf1,0x55}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleEdgeFeature =
- {0x4dbc418c,0xea1a,0x11d1,{0xaa,0x91,0x00,0xc0,0x4f,0xa3,0x7b,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IComplexJunctionFeature =
- {0x8ae6975e,0xea99,0x11d1,{0xae,0xcc,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IComplexEdgeFeature =
- {0x66f783ae,0xea1b,0x11d1,{0xaa,0x91,0x00,0xc0,0x4f,0xa3,0x7b,0x81}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleNetworkFeature =
- {0xc87be760,0xda2a,0x11d1,{0xae,0xba,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IComplexNetworkFeature =
- {0x6bd2b5c0,0xc503,0x11d1,{0xae,0xa9,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumNetworkFeature =
- {0xe75e9906,0x55fb,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumJunctionFeature =
- {0x91644b26,0x55fc,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumEdgeFeature =
- {0x655e3f50,0x55fc,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IAttributeRule =
- {0x9ed62772,0x475d,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IFIDSet =
- {0xd79bdaf1,0xcaa8,0x11d2,{0xb2,0xbe,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyContainer =
- {0xc2a33a05,0xadab,0x4fc9,{0x93,0x8c,0xcb,0x0e,0x14,0x47,0x66,0x86}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyRule =
- {0xa53b59a5,0x2efc,0x41c4,{0x97,0x69,0xc0,0xfa,0xa1,0x3e,0x62,0xe9}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyName =
- {0x505b6fdd,0x9e6e,0x42f9,{0xb7,0x05,0x53,0x35,0x5b,0x2f,0x1d,0xef}};
- extern "C" const GUID __declspec(selectany) IID_ICoverageAnnotationFeature =
- {0x74793943,0xd70e,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
- extern "C" const GUID __declspec(selectany) IID_INetworkCollection =
- {0xa933f752,0x5ed3,0x11d2,{0xaa,0x8a,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_INetworkCollection2 =
- {0xa2b19ed3,0x0fe6,0x11d4,{0xa0,0xe5,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassContainer =
- {0xf5625307,0x3565,0x4d1f,{0x83,0x9e,0x37,0x05,0xe8,0x82,0xdc,0x48}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassManage =
- {0x0fb7a29c,0x11aa,0x406b,{0x80,0x96,0x26,0xac,0x8e,0xa2,0x7b,0xa6}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClassContainer =
- {0xc6c98e41,0xee39,0x11d2,{0x8a,0x5a,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IFieldEdit =
- {0x300aa631,0xb207,0x11d0,{0xbe,0xca,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) IID_IField2 =
- {0xf19f696b,0xf4f1,0x4066,{0x9a,0x7f,0x27,0x37,0x54,0xd9,0xdc,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IFieldEdit2 =
- {0x8bad0db3,0xa817,0x4dbb,{0x97,0x52,0x3f,0xaf,0x67,0x57,0xe2,0x2c}};
- extern "C" const GUID __declspec(selectany) IID_IModelInfo =
- {0x2d660904,0x1dbd,0x11d3,{0x9f,0x87,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IFields2 =
- {0xc3eda031,0x6ec1,0x11d3,{0xa0,0x24,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IFieldsEdit =
- {0x6b2072e4,0x23f7,0x11d1,{0x89,0xd8,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IGeometryDefEdit =
- {0x439a0d51,0x3915,0x11d1,{0x9c,0xa7,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) IID_IIndexEdit =
- {0x2063fd02,0x4ce0,0x11d1,{0x89,0xdb,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IIndexesEdit =
- {0x2063fd04,0x4ce0,0x11d1,{0x89,0xdb,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IClassSchemaEdit =
- {0x64654191,0xe2e8,0x11d2,{0x8a,0x56,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IClassSchemaEdit2 =
- {0x62f1f470,0xe991,0x11d3,{0x80,0xd3,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IClassSchemaEdit3 =
- {0x4b35f814,0x0417,0x47e3,{0x8d,0xfc,0xca,0xd5,0x87,0x46,0x69,0x3b}};
- extern "C" const GUID __declspec(selectany) IID_IRelClassSchemaEdit =
- {0xbb7071f4,0x1678,0x4029,{0xa3,0x58,0x14,0xb5,0xd3,0x3a,0xd7,0xcf}};
- extern "C" const GUID __declspec(selectany) IID_IVirtualTable =
- {0x8006ff00,0x6a8b,0x4476,{0xbd,0xef,0x07,0x65,0xc1,0x1b,0x53,0xeb}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTable =
- {0xe9075692,0x7072,0x11d3,{0xa1,0x1e,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableInfo =
- {0xd5a1b5bc,0x9a9f,0x4a40,{0xbf,0x34,0x69,0x80,0x0d,0x27,0xeb,0xe3}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableSettings =
- {0xfda93763,0xeb76,0x40a6,{0xba,0x53,0xed,0xda,0xef,0xcd,0xde,0x07}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableFactory =
- {0xb3949d86,0x3078,0x4f3b,{0x9d,0xc8,0x65,0x10,0x53,0x36,0x61,0x19}};
- extern "C" const GUID __declspec(selectany) IID_ICollectionTableVersionChanges =
- {0xe1e2702e,0x8b9e,0x4322,{0xa3,0x32,0xca,0xae,0x87,0x70,0xd6,0x57}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTableVersionChanges =
- {0xf7f1308a,0x8f93,0x40ef,{0x93,0x2c,0xf3,0xf3,0x59,0xc2,0x21,0xee}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableManage =
- {0xc27587ab,0xab36,0x4203,{0xb9,0xbd,0xd7,0x90,0x6c,0xf2,0x7b,0x7c}};
- extern "C" const GUID __declspec(selectany) IID_ITableCapabilities =
- {0x8b0338b9,0x3b3d,0x11d4,{0x9f,0xbb,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITableUtil =
- {0xd3cb0fc1,0x8c02,0x11d3,{0x9f,0x91,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassEvents =
- {0xe53afb0e,0xe6d4,0x11d2,{0x9f,0x29,0x00,0xc0,0x4f,0x6b,0xc9,0x79}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassSchemaEvents =
- {0xf1e8911b,0x6bc5,0x11d3,{0xa0,0x21,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleRelationshipChanges =
- {0x1438a5cc,0xbdef,0x411a,{0xa2,0x01,0xfe,0x5e,0x7c,0x49,0x3a,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClassEvents =
- {0xa6693f58,0xeff3,0x11d4,{0x9f,0xef,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClass2 =
- {0xc9c39723,0x40b6,0x454f,{0xa7,0xff,0xa2,0x54,0x91,0xc7,0x22,0x56}};
- extern "C" const GUID __declspec(selectany) IID_IMemoryRelationshipClassFactory =
- {0x9aae7f41,0xe171,0x4bba,{0x9d,0x77,0xab,0x6a,0x02,0x30,0x91,0x16}};
- extern "C" const GUID __declspec(selectany) IID_IRelatedObjectEvents =
- {0x22b0069a,0x8895,0x11d2,{0x8a,0x0d,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IRelatedObjectClassEvents =
- {0x22b00699,0x8895,0x11d2,{0x8a,0x0d,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_IRelatedObjectClassEvents2 =
- {0xc0e79d54,0x844c,0x11d4,{0x80,0xed,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IConfirmSendRelatedObjectEvents =
- {0x4a72e282,0x52bf,0x11d4,{0x80,0xdd,0x00,0xc0,0x4f,0x60,0x15,0x65}};
- extern "C" const GUID __declspec(selectany) IID_IValidation =
- {0xd410a9ba,0x475a,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumSubtype =
- {0xf6289406,0x8952,0x11d2,{0xaa,0xbc,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IValidation2 =
- {0x48469230,0x851c,0x11d4,{0xa0,0xc9,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_ISubtypes =
- {0xaef78514,0x848f,0x11d2,{0xaa,0xba,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IValidate =
- {0x80e4ff2c,0x475d,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IRangeDomain =
- {0xfcb6bf32,0x475d,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_ICodedValueDomain =
- {0xfcb6bf33,0x475d,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IStringDomain =
- {0xfcb6bf34,0x475d,0x11d2,{0x99,0x32,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEdgeConnectivityRule =
- {0xf290d9e2,0x58e5,0x11d2,{0xab,0x26,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IJunctionConnectivityRule =
- {0xf290d9e3,0x58e5,0x11d2,{0xab,0x26,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IJunctionConnectivityRule2 =
- {0xb93b7600,0x0feb,0x11d4,{0xa0,0x63,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipRule =
- {0xeb3b2f82,0x7e5c,0x11d2,{0xaa,0xb5,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassUtil =
- {0xd3cb0fc2,0x8c02,0x11d3,{0x9f,0x91,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_INetworkClass =
- {0xee2896b0,0x5ed8,0x11d2,{0xaa,0x8a,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_ITableName =
- {0x62ee07d6,0x09c4,0x11d4,{0xa0,0x5e,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassName =
- {0x7fc83cfa,0x09c4,0x11d4,{0xa0,0x5e,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyClassName =
- {0x5b4b95c8,0xa6ef,0x4218,{0x9e,0x6e,0x5c,0xd7,0x60,0x5e,0x12,0x91}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableName =
- {0x64485e14,0xdcca,0x4747,{0x80,0x46,0xee,0x7d,0x82,0xa0,0x19,0x28}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableName2 =
- {0x7042b894,0xfb07,0x4bc4,{0x91,0x7d,0x15,0xe2,0x82,0xba,0x1b,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipClassName =
- {0x311c2ee2,0xda65,0x11d2,{0x8a,0x54,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IMemoryRelationshipClassName =
- {0x91dbc553,0xeb2d,0x11d3,{0x9f,0x84,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) IID_IGeometricNetworkName =
- {0xceb75d36,0x9a95,0x11d2,{0xaa,0xcf,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_ISelectionSet2 =
- {0x098af83f,0x8390,0x11d4,{0x9f,0xd1,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IRelQueryTableSelectionSet =
- {0x90d0f0b9,0x5b96,0x4fbc,{0x94,0x8c,0xd6,0xc0,0x4b,0x57,0x91,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_IClassHelper =
- {0x65ded622,0xa14e,0x11d3,{0x9f,0x97,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IClassExtension =
- {0x1c014e3d,0xa1e1,0x11d3,{0x9f,0x97,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassExtension =
- {0x01b7e2d1,0xe2ee,0x11d2,{0x8a,0x56,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassInfo =
- {0x872e54f4,0x619f,0x11d3,{0x9f,0x7d,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassInfo2 =
- {0x2840c37d,0x0513,0x11d4,{0x9f,0xa7,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassExtension =
- {0x0432cca2,0x4e79,0x11d2,{0x88,0xe5,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_IPersistCustomFeaturesExtension =
- {0x600811e1,0x2c1d,0x11d4,{0x83,0x03,0x00,0x80,0xc7,0xe2,0x06,0x71}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassDraw =
- {0xae0603c6,0xa98b,0x11d2,{0xaa,0xda,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassEdit =
- {0xa5d5e364,0xfea9,0x11d3,{0xa0,0x52,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassValidation =
- {0x7aee5f1a,0xa98b,0x11d2,{0xaa,0xda,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IRandomAccessCursor =
- {0xd756d09b,0x9ba9,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IRandomAccessTable =
- {0x5735af8f,0x9baa,0x11d4,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IRowSubtypes =
- {0xd3f18540,0xbf77,0x11d2,{0xaa,0xf2,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) IID_IEnumGeometryBind =
- {0x3bb37818,0x5029,0x11d3,{0x9f,0x44,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) IID_IRowEvents =
- {0x8c387320,0x12c6,0x11d2,{0xaa,0xd1,0x00,0xc0,0x4f,0xa3,0x7b,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IRowChanges =
- {0x022f7462,0x69fa,0x11d3,{0x9f,0xd0,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureEvents =
- {0x46097234,0x1224,0x11d2,{0xaa,0xcf,0x00,0xc0,0x4f,0xa3,0x7b,0x81}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureChanges =
- {0x022f7463,0x69fa,0x11d3,{0x9f,0xd0,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IRowCompare =
- {0x7d3e2831,0x6c5a,0x11d3,{0x8a,0x98,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_INetworkFeatureEvents =
- {0x826b121a,0x14e9,0x11d2,{0xae,0xf5,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumFeatureSetup =
- {0x6ea26548,0xcd08,0x47f3,{0x93,0xca,0xbd,0x8d,0x8a,0xb5,0xd3,0x0a}};
- extern "C" const GUID __declspec(selectany) IID_IObjects =
- {0xabab1c4b,0x49a8,0x11d1,{0x9a,0xa6,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureSnap =
- {0xbffb1704,0xdbc0,0x11d1,{0xaa,0x7c,0x00,0xc0,0x4f,0xa3,0x74,0xbd}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureElementEdit =
- {0x78773728,0xe142,0x11d1,{0xae,0xc3,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IDataStatistics =
- {0xca691dd5,0x8a14,0x11d2,{0xae,0x6c,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IGeometricNetworkReconcileProperties =
- {0xe775f490,0xddbf,0x4710,{0x96,0x5c,0x07,0x0b,0xcc,0xd1,0xce,0xc4}};
- extern "C" const GUID __declspec(selectany) IID_IGeometricNetworkConnectivity =
- {0x3fc4db86,0x64b4,0x11d4,{0xa0,0xad,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IRepairConnectivityProgressEvents =
- {0xcfa5b406,0x5b16,0x4817,{0x86,0xe5,0xbc,0x63,0x2a,0x79,0x88,0xc8}};
- extern "C" const GUID __declspec(selectany) IID_IRepairConnectivityProgress =
- {0xeae208a2,0x2cba,0x4bb6,{0xa8,0x54,0xb0,0x5d,0x38,0x9a,0xa7,0x98}};
- extern "C" const GUID __declspec(selectany) CLSID_RepairConnectivityProgress =
- {0x168d1fb6,0xfe34,0x4ad7,{0xa0,0x11,0x54,0x1a,0x3f,0xcc,0xb9,0x2c}};
- extern "C" const GUID __declspec(selectany) IID_IGeometricNetworkConnectivity2 =
- {0x3942bf39,0xefe9,0x4094,{0x90,0x89,0xbc,0x41,0xb4,0x59,0xb3,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IGeometricNetworkErrorDetection =
- {0x8bf5c9a4,0x6d40,0x11d4,{0xa0,0xb4,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureWorkspaceManage2 =
- {0x7b041afb,0x1ad6,0x45ab,{0x9c,0x34,0x4e,0x98,0xb4,0x1d,0xf5,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IDifferenceCursor =
- {0x3791e745,0x7995,0x11d2,{0xaa,0xde,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IVersionedTable =
- {0xaa983a4d,0x8488,0x11d2,{0xaa,0xe2,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IConflictResolverHelper =
- {0xa263e873,0x7501,0x11d3,{0x9f,0x67,0x00,0xc0,0x4f,0x68,0xe6,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IVersionEvents =
- {0x0b437961,0x89f9,0x11d4,{0x8b,0x5f,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IObjectClassDescription =
- {0x6a68bebc,0x8b1b,0x11d2,{0xa0,0x6c,0x00,0x00,0xf8,0x77,0xeb,0xd6}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureClassDescription =
- {0x6a68bebe,0x8b1b,0x11d2,{0xa0,0x6c,0x00,0x00,0xf8,0x77,0xeb,0xd6}};
- extern "C" const GUID __declspec(selectany) IID_INetworkClassDescription =
- {0xc9318830,0x2052,0x11d3,{0x9f,0x8a,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) IID_ISynchronizationHelper =
- {0x7002c8b5,0x1d00,0x11d3,{0xa6,0x3b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
- extern "C" const GUID __declspec(selectany) IID_ICopyHelper =
- {0x7e3d4a40,0x727c,0x4d4f,{0x9c,0x06,0xb0,0xe9,0x3c,0x8d,0xfe,0x0a}};
- extern "C" const GUID __declspec(selectany) IID_IXmlPropertySet =
- {0x121bd4bc,0x2508,0x11d3,{0xa6,0x41,0x00,0x08,0xc7,0xd3,0xae,0x50}};
- extern "C" const GUID __declspec(selectany) IID_IXmlPropertySet2 =
- {0x01700025,0xef62,0x47e3,{0xbd,0x1e,0x7a,0x47,0xd0,0x69,0x65,0x41}};
- extern "C" const GUID __declspec(selectany) IID_IXmlPropertySetEdit =
- {0xb2676165,0x2396,0x11d3,{0xa6,0x3e,0x00,0x08,0xc7,0xd3,0xae,0x50}};
- extern "C" const GUID __declspec(selectany) IID_IMetadataSynchronizer =
- {0x6a07ca46,0x9575,0x4cfc,{0xa0,0xd4,0xf2,0xc8,0xf9,0xd3,0x05,0x69}};
- extern "C" const GUID __declspec(selectany) IID_IMetadataSynchronizerManager =
- {0x7d41e96f,0x9216,0x4f4b,{0x9f,0x9d,0x7a,0x52,0x4a,0xec,0xfb,0xcc}};
- extern "C" const GUID __declspec(selectany) IID_IFieldInfo2 =
- {0x8fea7378,0x8bb3,0x4a2f,{0x8a,0x61,0x33,0x8b,0x17,0xa1,0xe6,0x61}};
- extern "C" const GUID __declspec(selectany) IID_IRasterFieldInfo =
- {0x90fb59f1,0xd310,0x11d5,{0x9b,0x74,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyFeature =
- {0xba4f2c93,0x78a1,0x43e8,{0xa7,0x11,0x95,0xd3,0x19,0x66,0xc3,0x2d}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyErrorFeature =
- {0xf6ef5c20,0xb9cc,0x4bfa,{0xb4,0x0d,0x4f,0x0a,0xbb,0x83,0xf3,0xfa}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTopologyErrorFeature =
- {0xc18bec52,0xc376,0x469b,{0x89,0x9f,0x4d,0xea,0x0c,0xe3,0xcb,0x61}};
- extern "C" const GUID __declspec(selectany) IID_IEnumObject =
- {0x3322eb49,0x7679,0x4ea0,{0xa7,0xbf,0x74,0x04,0xc0,0x1f,0xf3,0x13}};
- extern "C" const GUID __declspec(selectany) IID_IEnumAttributedRelationship =
- {0xd245d158,0xe17e,0x4412,{0xb8,0x94,0x93,0x4d,0xea,0x61,0x93,0xb6}};
- extern "C" const GUID __declspec(selectany) IID_ITopology2 =
- {0xff9b929c,0x9726,0x4f60,{0xac,0x10,0xe7,0x98,0x99,0x9b,0xce,0x71}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyProperties =
- {0x40658b10,0x2c65,0x4b38,{0xb0,0x0f,0x4d,0x40,0xab,0x55,0x1e,0x27}};
- extern "C" const GUID __declspec(selectany) IID_IErrorFeatureContainer =
- {0x27c444dc,0x25ee,0x41ff,{0xa2,0xbd,0xc6,0x9b,0x63,0x43,0xa6,0xc3}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyRuleContainer =
- {0xb65d9fee,0x6d67,0x47fd,{0xac,0x13,0x06,0xbd,0xe9,0x0a,0x1b,0x34}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyContainer2 =
- {0xf6146622,0xe8f8,0x496e,{0x9d,0x50,0x80,0x05,0x94,0xff,0x33,0x78}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyClass =
- {0xfb93b289,0x790e,0x42b6,{0x9d,0xd3,0x8f,0x0c,0x07,0x28,0xda,0x9f}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyClassEvents =
- {0xab85a26e,0x2ceb,0x41d0,{0x9e,0xe6,0x70,0x30,0xa8,0xda,0x91,0x74}};
- extern "C" const GUID __declspec(selectany) IID_ITopologyGraph2 =
- {0x08198140,0x4151,0x4218,{0xb6,0xe1,0xcd,0xdb,0x11,0x0e,0x1d,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IClassEx =
- {0x310e1637,0x77d5,0x4847,{0x93,0x61,0xf9,0x8e,0xef,0x1e,0x5b,0xac}};
- extern "C" const GUID __declspec(selectany) CLSID_Topology =
- {0xab456700,0xe5b2,0x482b,{0xb9,0x35,0x29,0x11,0xbc,0xd9,0x45,0x67}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyGraph =
- {0x201d6a15,0x781c,0x4345,{0xb9,0xda,0xe6,0x79,0xde,0xc0,0xb6,0x92}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyEdge =
- {0xc8d4a1e1,0xabc1,0x4269,{0xbe,0xcb,0x6a,0x3e,0xa0,0x4f,0xe4,0x44}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyNode =
- {0xaa177a93,0x8e87,0x4392,{0xb1,0x4b,0x57,0x19,0x08,0xbd,0x36,0x88}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyWorkspaceExtension =
- {0x8c690139,0x67be,0x4b5f,{0x86,0xd7,0xb7,0x34,0x74,0xdb,0x26,0xd0}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyName =
- {0x9fca50ec,0xc413,0x440c,{0xb4,0x53,0x49,0xa5,0x91,0x44,0x00,0x96}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyRule =
- {0x8ad43889,0xf2a4,0x43b2,{0x83,0xdc,0x6d,0x1d,0x38,0xdd,0xbc,0xc8}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyErrorFeature =
- {0xac7dbf37,0x7523,0x4186,{0x8d,0x40,0xb2,0x0f,0xa1,0x97,0xaf,0x19}};
- extern "C" const GUID __declspec(selectany) IID_IFIDSet2 =
- {0x6ebaadc0,0x7541,0x46a4,{0x82,0xd7,0x48,0x42,0xec,0x9b,0x1e,0x55}};
- extern "C" const GUID __declspec(selectany) IID_IFIDSetOperator =
- {0xed3c0c61,0x0c11,0x49e1,{0x9d,0x71,0xf3,0xd2,0xca,0xff,0x08,0x5f}};
- extern "C" const GUID __declspec(selectany) IID_IRecordSetInit =
- {0x40d32697,0x0b40,0x4023,{0x8d,0x73,0x20,0xe0,0x04,0xb5,0x37,0x7b}};
- extern "C" const GUID __declspec(selectany) IID_IRecordSet =
- {0x4510a65b,0xacd1,0x4046,{0xb8,0xb0,0x10,0xf9,0xd0,0xda,0x67,0x3f}};
- extern "C" const GUID __declspec(selectany) IID_IGUIDGenerator =
- {0x2f489aa7,0x6566,0x4051,{0x95,0x54,0x8f,0x83,0x12,0x11,0xc2,0xd9}};
- extern "C" const GUID __declspec(selectany) CLSID_CoverageAnnotationFeature =
- {0x9c285de9,0x6a15,0x11d3,{0x9f,0x58,0x00,0xc0,0x4f,0x6b,0xdd,0xd9}};
- extern "C" const GUID __declspec(selectany) CLSID_Field =
- {0xf94f7534,0x9fdf,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) IID_IGPValue =
- {0x92ee08b6,0xc757,0x4178,{0x80,0x3c,0x67,0xcd,0x66,0x5a,0xc8,0x01}};
- extern "C" const GUID __declspec(selectany) IID_IGPDataType =
- {0x172a93a9,0xafc1,0x432d,{0x8f,0x04,0x54,0xb7,0x30,0x9b,0xa4,0x32}};
- extern "C" const GUID __declspec(selectany) IID_IGPMessage =
- {0x93d8accb,0x3a6e,0x4fa2,{0xb2,0x83,0x19,0x7e,0xe5,0xd0,0xe3,0x34}};
- extern "C" const GUID __declspec(selectany) IID_IGPDomain =
- {0x0948f56f,0x9a99,0x4672,{0x95,0x9e,0x35,0x19,0xf5,0x67,0x6a,0xdd}};
- extern "C" const GUID __declspec(selectany) IID_IGPDescribe =
- {0x63c74cf4,0xc042,0x433e,{0x84,0x0d,0xc6,0x6b,0x6c,0x81,0x30,0x31}};
- extern "C" const GUID __declspec(selectany) CLSID_Fields =
- {0xf94f7535,0x9fdf,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) CLSID_Index =
- {0x826e2701,0x4da6,0x11d1,{0x88,0x24,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) CLSID_Indexes =
- {0x03859813,0x4da5,0x11d1,{0x88,0x24,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumFeatureGeometry =
- {0x39466cf4,0x54be,0x11d3,{0x9f,0x45,0x00,0xc0,0x4f,0x6b,0xdd,0x7f}};
- extern "C" const GUID __declspec(selectany) CLSID_GeometryDef =
- {0x439a0d52,0x3915,0x11d1,{0x9c,0xa7,0x00,0x00,0xf8,0x78,0x06,0x19}};
- extern "C" const GUID __declspec(selectany) CLSID_Row =
- {0xf94f7533,0x9fdf,0x11d0,{0xbe,0xc7,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) CLSID_Object =
- {0x7a566981,0xc114,0x11d2,{0x8a,0x28,0x00,0x60,0x97,0xaf,0xf4,0x4e}};
- extern "C" const GUID __declspec(selectany) CLSID_ObjectClassDescription =
- {0x08136232,0xa72e,0x11d2,{0x89,0x24,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) CLSID_Feature =
- {0x52353152,0x891a,0x11d0,{0xbe,0xc6,0x00,0x80,0x5f,0x7c,0x42,0x68}};
- extern "C" const GUID __declspec(selectany) CLSID_ClassHelper =
- {0x9aaac925,0xa14e,0x11d3,{0x9f,0x97,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureClassDescription =
- {0x08136233,0xa72e,0x11d2,{0x89,0x24,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleRelationship =
- {0xa07e9cb2,0x9a95,0x11d2,{0x89,0x1a,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) CLSID_AttributedRelationship =
- {0xa07e9cb1,0x9a95,0x11d2,{0x89,0x1a,0x00,0x00,0xf8,0x77,0x76,0x2d}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureElement =
- {0xe86de5a4,0xe142,0x11d1,{0xae,0xc3,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_QueryFilter =
- {0xfdfebd95,0xed75,0x11d0,{0x9a,0x95,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) CLSID_FIDSet =
- {0xd79bdaf0,0xcaa8,0x11d2,{0xb2,0xbe,0x00,0x00,0xf8,0x78,0x22,0x9e}};
- extern "C" const GUID __declspec(selectany) CLSID_SpatialFilter =
- {0xfdfebd96,0xed75,0x11d0,{0x9a,0x95,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) CLSID_TableSort =
- {0x2d0f935d,0x32f5,0x11d2,{0xa0,0x6f,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) CLSID_GeometricNetwork =
- {0xe30eadca,0x5d47,0x11d1,{0xae,0x5f,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleJunctionFeature =
- {0xcee8d6b8,0x55fe,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleEdgeFeature =
- {0xe7031c90,0x55fe,0x11d1,{0xae,0x55,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_ComplexEdgeFeature =
- {0xa30e8a2a,0xc50b,0x11d1,{0xae,0xa9,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_ComplexJunctionFeature =
- {0xdf9d71f4,0xda32,0x11d1,{0xae,0xba,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_Objects =
- {0x6674054c,0x4ffc,0x11d1,{0x9a,0xa8,0x08,0x00,0x09,0xec,0x73,0x4b}};
- extern "C" const GUID __declspec(selectany) CLSID_TableName =
- {0x06783db1,0xe5ee,0x11d1,{0xb0,0xa2,0x00,0x00,0xf8,0x78,0x08,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_ObjectClassName =
- {0x905cec64,0x0b2c,0x11d4,{0xa0,0x60,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureDatasetName =
- {0x198846cf,0xca42,0x11d1,{0xaa,0x7c,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureClassName =
- {0x198846d0,0xca42,0x11d1,{0xaa,0x7c,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) CLSID_TableQueryName =
- {0x81caa5d8,0x90c5,0x11d3,{0x9f,0x7b,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_RelQueryTableName =
- {0xdab3ee10,0x0f92,0x455d,{0x8a,0xa2,0x3d,0x4a,0xde,0x5b,0x2f,0x7d}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureQueryName =
- {0x81caa5d9,0x90c5,0x11d3,{0x9f,0x7b,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_RelationshipClassName =
- {0x311c2ee1,0xda65,0x11d2,{0x8a,0x54,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_MemoryRelationshipClassName =
- {0x6dba211b,0xebdb,0x11d3,{0x9f,0x84,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_MemoryRelationshipClassFactory =
- {0x2fc5c57b,0xeb92,0x4a61,{0xbb,0xc5,0x43,0x4e,0x38,0x8b,0xf3,0xb9}};
- extern "C" const GUID __declspec(selectany) CLSID_GeometricNetworkName =
- {0xf452b4d2,0x9a95,0x11d2,{0xaa,0xcf,0x00,0xc0,0x4f,0xa3,0x7b,0x82}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceName =
- {0x5a350011,0xe371,0x11d1,{0xaa,0x82,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
- extern "C" const GUID __declspec(selectany) CLSID_AttributeRule =
- {0x54c085d0,0x84eb,0x11d2,{0xab,0x61,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_CodedValueDomain =
- {0xf84c6c1b,0x47ff,0x11d2,{0x99,0x33,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_EdgeConnectivityRule =
- {0xf290d9e0,0x58e5,0x11d2,{0xab,0x26,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_JunctionConnectivityRule =
- {0xf290d9e1,0x58e5,0x11d2,{0xab,0x26,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_RangeDomain =
- {0xf84c6c1a,0x47ff,0x11d2,{0x99,0x33,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_RelationshipRule =
- {0xf84c6c1e,0x47ff,0x11d2,{0x99,0x33,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_ObjectClassValidator =
- {0xf84c6c21,0x47ff,0x11d2,{0x99,0x33,0x00,0x00,0xf8,0x03,0x72,0xb4}};
- extern "C" const GUID __declspec(selectany) CLSID_TransformGroup =
- {0xfcdde1f8,0xe93c,0x11d2,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xdd,0x84}};
- extern "C" const GUID __declspec(selectany) CLSID_DataStatistics =
- {0xbf64319c,0x9062,0x11d2,{0xae,0x71,0x08,0x00,0x09,0xec,0x73,0x2a}};
- extern "C" const GUID __declspec(selectany) CLSID_ObjectClassEvents =
- {0xe53afb0f,0xe6d4,0x11d2,{0x9f,0x29,0x00,0xc0,0x4f,0x6b,0xc9,0x79}};
- extern "C" const GUID __declspec(selectany) CLSID_TopologyClassEvents =
- {0xca92c58e,0x431f,0x4c1c,{0xaa,0x44,0x85,0x3e,0xde,0x7f,0xc8,0x34}};
- extern "C" const GUID __declspec(selectany) CLSID_RelationshipClassEvents =
- {0x56d897b7,0x3b15,0x4ad8,{0xbd,0x77,0xb3,0x94,0x0d,0xdc,0x28,0xda}};
- extern "C" const GUID __declspec(selectany) CLSID_ObjectClassSchemaEvents =
- {0x426d599d,0x6bc9,0x11d3,{0xa0,0x21,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) CLSID_VersionEvents =
- {0x849fc783,0x8d9e,0x11d4,{0x9f,0xd8,0x00,0xc0,0x4f,0x6b,0xdf,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_FGDCSynchronizationHelper =
- {0x7002c8b6,0x1d00,0x11d3,{0xa6,0x3b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
- extern "C" const GUID __declspec(selectany) CLSID_MetadataCopyHelper =
- {0x375a6df7,0x81b0,0x4278,{0xb8,0x3f,0xd2,0xbe,0x99,0x69,0x4e,0x56}};
- extern "C" const GUID __declspec(selectany) CLSID_XmlPropertySet =
- {0x99f50761,0xc137,0x11d2,{0x9f,0x83,0x00,0xc0,0x4f,0x8e,0xd2,0x11}};
- extern "C" const GUID __declspec(selectany) CLSID_XmlPropertySetEdit =
- {0xb2676166,0x2396,0x11d3,{0xa6,0x3e,0x00,0x08,0xc7,0xd3,0xae,0x50}};
- extern "C" const GUID __declspec(selectany) CLSID_MetadataSynchronizer =
- {0xc10124ee,0x3648,0x445e,{0xa1,0x6b,0x9d,0x27,0x55,0xfb,0xd6,0x90}};
- extern "C" const GUID __declspec(selectany) CLSID_FGDCSynchronizer =
- {0x1d8f7efd,0x2b53,0x4045,{0xbb,0xdb,0xab,0x16,0x0c,0x05,0xa9,0xf9}};
- extern "C" const GUID __declspec(selectany) CLSID_RelQueryTableFactory =
- {0x9b4e4d0c,0x753a,0x43bb,{0x83,0xfb,0xba,0x16,0xf6,0x65,0x2e,0x1c}};
- extern "C" const GUID __declspec(selectany) CLSID_MemoryRelationshipClass =
- {0x224bf65e,0xd9b1,0x11d3,{0xa1,0x54,0x00,0x00,0xf8,0x77,0x5b,0xf9}};
- extern "C" const GUID __declspec(selectany) CLSID_RelQueryTable =
- {0x365f6148,0x1d24,0x11d3,{0x9f,0x5c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_RelQueryCursor =
- {0x365f6149,0x1d24,0x11d3,{0x9f,0x5c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_RelQueryRow =
- {0x365f614a,0x1d24,0x11d3,{0x9f,0x5c,0x00,0xc0,0x4f,0x6b,0xc8,0x86}};
- extern "C" const GUID __declspec(selectany) CLSID_NamesEnumerator =
- {0x27301be1,0x6800,0x11d4,{0x81,0x55,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumTableVersionChanges =
- {0x74975793,0x50c8,0x4420,{0xb2,0xed,0x92,0x82,0x32,0xb1,0x64,0x49}};
- extern "C" const GUID __declspec(selectany) CLSID_QueryDef =
- {0xfbf57160,0xa05d,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureDataset =
- {0xaa4596e4,0xa39c,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_RowBuffer =
- {0xaf10d716,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_Relationship =
- {0xaf10d717,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_SelectionSet =
- {0xaf10d718,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_RelQueryTableSelectionSet =
- {0x6fc04eaf,0xf7b8,0x432f,{0xb8,0x7c,0xc9,0xd9,0xb1,0x7e,0x79,0xbf}};
- extern "C" const GUID __declspec(selectany) CLSID_Cursor =
- {0xaf10d719,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_ObjectClass =
- {0xaf10d71a,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureClass =
- {0xaf10d71b,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_Table =
- {0xaf10d71c,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_RelationshipClass =
- {0xaf10d71d,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_AttributedRelationshipClass =
- {0xaf10d71e,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumIDs =
- {0xaf10d71f,0xa61b,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumConflictClass =
- {0x23a7329d,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_DifferenceCursor =
- {0x23a7329e,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureCursor =
- {0x4dd32c19,0x1720,0x11d5,{0xa6,0x64,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_RecordSet =
- {0xb517e8c7,0x6ec0,0x46e0,{0x80,0xbb,0xd6,0x1e,0xd6,0x91,0xc5,0xce}};
- extern "C" const GUID __declspec(selectany) IID_ISqlKeywordDictionary =
- {0x764f1a3d,0x3e8b,0x11d2,{0xaa,0xe0,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISqlInvalidCharacterDictionary =
- {0xb9f1cfd7,0x2c2f,0x11d3,{0xbb,0xac,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_IEnumFieldError =
- {0xc2c69253,0x4ccb,0x11d2,{0xaa,0xe7,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IFieldError =
- {0xe013b817,0x4ccc,0x11d2,{0xaa,0xe7,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IFieldChecker =
- {0x7370629b,0x3e8f,0x11d2,{0xaa,0xe0,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_FieldChecker =
- {0x84cf806b,0x3e95,0x11d2,{0xaa,0xe0,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumFieldError =
- {0x23a73297,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_FieldError =
- {0x23a73299,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) IID_IGeoDatabaseErrorRecords =
- {0xc5b058a3,0xc789,0x11d2,{0xaa,0xea,0x00,0xc0,0x4f,0xa3,0x75,0x85}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureProgress =
- {0x29d3b6dd,0x3917,0x11d2,{0xaa,0xdf,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IInvalidObjectInfo =
- {0x49e8ae69,0x4f38,0x11d3,{0x9f,0xf8,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IEnumInvalidObject =
- {0xbac25c0b,0x4f39,0x11d3,{0x9f,0xf8,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IDataConvertProcess =
- {0x27e4225d,0x1afd,0x11d4,{0x81,0x2e,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleDataConverter =
- {0x0446469d,0xfafa,0x11d1,{0xaa,0xb1,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ISimpleDataConverter2 =
- {0xd1e48d08,0xee0b,0x11d3,{0xa0,0xa1,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) CLSID_SimpleDataConverter =
- {0x4866984b,0xfafa,0x11d1,{0xaa,0xb1,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) CLSID_EnumInvalidObject =
- {0x23a73295,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) CLSID_InvalidObjectInfo =
- {0x23a73296,0xab83,0x11d4,{0xa6,0x4c,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
- extern "C" const GUID __declspec(selectany) IID_IRecordNumberSet =
- {0x33572f5a,0x46c7,0x11d4,{0xa1,0x24,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) CLSID_RecordNumberSet =
- {0xf59ccd31,0x46c6,0x11d4,{0xa1,0x24,0x00,0xc0,0x4f,0x6b,0xdf,0x0e}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaDescriptionExtension =
- {0x8dcd2ee1,0x4297,0x4fd3,{0x91,0x6d,0xfd,0x7d,0xe9,0xea,0xfb,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaEdit =
- {0x891ac2b8,0x4744,0x454c,{0x8e,0x16,0x1c,0x46,0xc3,0x8f,0xc0,0xb4}};
- extern "C" const GUID __declspec(selectany) IID_IExtractionUtilities =
- {0x22669f77,0xd848,0x4586,{0x87,0x20,0x4f,0x07,0x9e,0x79,0x6d,0x91}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaFilterDescriptionEdit =
- {0x50befd5a,0x3978,0x470f,{0xb6,0xdb,0x15,0x91,0x61,0x62,0xc1,0x5c}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaFilterDescription =
- {0xf0455780,0xbe29,0x46e4,{0xa2,0x5a,0x45,0x9d,0xca,0xff,0x62,0x76}};
- extern "C" const GUID __declspec(selectany) IID_IReplicaDescriptionExtensionManager =
- {0x3f980b98,0xeb3d,0x4a29,{0x82,0xae,0xa2,0x47,0x57,0x01,0x04,0x8d}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceReplicaEvents =
- {0x56df3b04,0x8684,0x4432,{0x9a,0x21,0xcb,0x5e,0x72,0xd7,0x3e,0x56}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceReplicaSyncEvents =
- {0x6ab1120f,0x81df,0x4c11,{0xb2,0x55,0xc5,0xdd,0x15,0x69,0x09,0x39}};
- extern "C" const GUID __declspec(selectany) CLSID_Replica =
- {0x92008893,0x9e26,0x46eb,{0xba,0xf7,0xfd,0xf8,0xbe,0xac,0x84,0x8e}};
- extern "C" const GUID __declspec(selectany) CLSID_ReplicaDataset =
- {0x27036541,0xb2e8,0x4862,{0x8c,0xea,0x1c,0xf4,0x9b,0xc3,0x72,0x66}};
- extern "C" const GUID __declspec(selectany) CLSID_ReplicaDescription =
- {0x1858b629,0x9870,0x49f1,{0xad,0x2e,0x94,0x7c,0x7c,0xf5,0xd4,0x7a}};
- extern "C" const GUID __declspec(selectany) CLSID_ReplicaDescriptionExtension =
- {0xf964b93c,0xbc66,0x4982,{0xb4,0x15,0x30,0x51,0x46,0x5b,0x5d,0xa4}};
- extern "C" const GUID __declspec(selectany) IID_IGeoDBDataTransfer =
- {0x9b6b1ad3,0xe0e7,0x11d3,{0x81,0x18,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_IGeoDBDataTransfer2 =
- {0x69ebda67,0xd1fc,0x4f5a,{0x82,0x9f,0x3e,0x73,0x09,0x8c,0xd6,0xd7}};
- extern "C" const GUID __declspec(selectany) CLSID_GeoDBDataTransfer =
- {0x5f0a6da5,0xe0e7,0x11d3,{0x81,0x18,0x00,0xc0,0x4f,0x68,0x62,0x38}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorUI =
- {0xe0f10b77,0xeb7c,0x11d2,{0x9f,0x47,0x00,0xc0,0x4f,0x8e,0xd1,0xc4}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorStyle =
- {0xcfc5ef8c,0x4fcc,0x40de,{0x92,0x8a,0x21,0xb3,0x54,0xea,0xe9,0xbd}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorWorkspace =
- {0xae5a3a08,0xf756,0x11d2,{0x9f,0x4f,0x00,0xc0,0x4f,0x8e,0xd1,0xc4}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorWorkspaceName =
- {0xfc747401,0x39c0,0x4842,{0x86,0x35,0x6d,0xb6,0xf9,0x67,0x17,0xe5}};
- extern "C" const GUID __declspec(selectany) IID_IEnumLocatorName =
- {0x8ddaeee6,0x8b07,0x11d3,{0x9f,0x69,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorName =
- {0x837a9cf2,0x88c9,0x11d3,{0x9f,0x66,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IEnumLocator =
- {0xe0f10b78,0xeb7c,0x11d2,{0x9f,0x47,0x00,0xc0,0x4f,0x8e,0xd1,0xc4}};
- extern "C" const GUID __declspec(selectany) IID_ILocator =
- {0x655c5c62,0x6478,0x11d3,{0x9f,0x57,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_ILocatorDataset =
- {0xfdadfae4,0x939d,0x11d3,{0x9f,0x6b,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IEnumEventError =
- {0xa9eb56e2,0x7452,0x11d4,{0x9f,0xe4,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IEventSourceErrors =
- {0xa9eb56e1,0x7452,0x11d4,{0x9f,0xe4,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IEventSource =
- {0x59e43823,0x7f5a,0x11d4,{0x9f,0xe6,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IRouteLocatorName =
- {0xd03a61a0,0x2070,0x11d4,{0x9f,0xc1,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IRouteEventProperties =
- {0x35bdf2ed,0x3b21,0x11d4,{0x9f,0xcb,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IRouteEventProperties2 =
- {0x5ae87432,0xa9c0,0x42c4,{0x8d,0xfa,0x03,0xe5,0xc9,0x37,0x85,0xe9}};
- extern "C" const GUID __declspec(selectany) IID_IRouteEventSourceName =
- {0x7f9c0d54,0xb8c7,0x11d3,{0x9f,0x7c,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IXYEventProperties =
- {0x71045ca3,0x7902,0x11d4,{0x9f,0xe5,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IXYEventSourceName =
- {0x07f0ce74,0xeaeb,0x11d3,{0x9f,0x8a,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IGPMessagesCallback =
- {0x1264c9a8,0x0afe,0x4903,{0x87,0xba,0xa3,0x9b,0x1f,0x72,0x77,0x9d}};
- extern "C" const GUID __declspec(selectany) IID_IGPMessages =
- {0x0696aa9d,0xc26b,0x4a3e,{0x89,0xb7,0x37,0x63,0xea,0x11,0xf1,0x6c}};
- extern "C" const GUID __declspec(selectany) IID_IEnumGPValue =
- {0x06414895,0xd64d,0x46b0,{0x85,0x6c,0xf7,0xb7,0xec,0xe7,0x3d,0x36}};
- extern "C" const GUID __declspec(selectany) IID_IGPName =
- {0x17a47938,0xe1ed,0x4d82,{0xa1,0xd1,0xd2,0x74,0x46,0x5f,0xcb,0xc4}};
- extern "C" const GUID __declspec(selectany) IID_IEnumGPName =
- {0x4daa55f1,0xb959,0x4c53,{0x99,0x0b,0xa8,0x71,0xb1,0x9b,0xa3,0xd6}};
- extern "C" const GUID __declspec(selectany) IID_IGPDataTypeName =
- {0xdf228952,0x8e0a,0x408e,{0x98,0x73,0xce,0x83,0x41,0xef,0x7d,0x57}};
- extern "C" const GUID __declspec(selectany) IID_IGPDataTypeFactory =
- {0x1aff0d88,0xe9b8,0x4571,{0x8d,0xf1,0x21,0x7d,0xca,0xf4,0x8a,0x50}};
- extern "C" const GUID __declspec(selectany) IID_IGPVariable =
- {0x91290e84,0xb518,0x43e3,{0x8e,0x7a,0x9e,0xe8,0xe0,0xce,0xf5,0xc9}};
- extern "C" const GUID __declspec(selectany) IID_IGPCodedValueDomain =
- {0x41dc44a0,0xd2eb,0x11d5,{0x93,0x3f,0x00,0x80,0xc7,0x1a,0x32,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IGPChoiceList =
- {0x1a4b7a52,0xe1d9,0x4ab8,{0xa7,0x41,0x70,0x46,0x7c,0xbf,0x9f,0x5f}};
- extern "C" const GUID __declspec(selectany) IID_IDEBrowseOptions =
- {0x25e52c75,0x56a2,0x4631,{0x9c,0xa3,0x2d,0xe4,0x61,0x03,0xeb,0xfb}};
- extern "C" const GUID __declspec(selectany) IID_IDataElement =
- {0xe2c87df0,0x33d9,0x4a47,{0x9b,0x67,0xfa,0x54,0xb2,0xfd,0x79,0x66}};
- extern "C" const GUID __declspec(selectany) IID_IEnumDataElement =
- {0x27cd2023,0x223c,0x4942,{0x9d,0xb0,0x4e,0x4e,0x83,0xbc,0xf9,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IDataElementInfo =
- {0xd9ed1335,0x8e1d,0x40ca,{0x9e,0xe2,0xe5,0x47,0x72,0xee,0x50,0x0d}};
- extern "C" const GUID __declspec(selectany) IID_IDEGeoDataset =
- {0x5ed64e50,0xa2f2,0x11d5,{0x93,0x1b,0x00,0x80,0xc7,0x1a,0x32,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IDEWorkspace =
- {0xc7b1fc10,0x308f,0x4fb5,{0x89,0x0c,0x8b,0x52,0x93,0xea,0xd0,0x96}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceDefinition =
- {0x4f1d89ce,0xc93a,0x4733,{0x99,0x26,0x70,0x22,0xa7,0x57,0x6d,0x2a}};
- extern "C" const GUID __declspec(selectany) IID_IDEDataset =
- {0x29fbed10,0xa332,0x11d5,{0x93,0x1b,0x00,0x80,0xc7,0x1a,0x32,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IDETable =
- {0xd7fcbb04,0x8e59,0x4ffb,{0x9e,0xe5,0xec,0x67,0x0a,0xa8,0x92,0xe0}};
- extern "C" const GUID __declspec(selectany) IID_IDEGdbTable =
- {0xf35fe0cf,0xd9fc,0x4172,{0x81,0xf8,0x20,0xce,0x5a,0x55,0x3a,0xb1}};
- extern "C" const GUID __declspec(selectany) IID_IDEFeatureDataset =
- {0x0111d945,0x785c,0x4e4d,{0x88,0xfb,0xbf,0x92,0x56,0x44,0xa9,0x59}};
- extern "C" const GUID __declspec(selectany) IID_IDEFeatureClass =
- {0x2c944211,0xd17c,0x45f4,{0x89,0xda,0xab,0x37,0xe9,0x5e,0x64,0x11}};
- extern "C" const GUID __declspec(selectany) IID_IDEGdbFeatureClass =
- {0x1ffd96a0,0x1158,0x4fb1,{0x90,0x81,0x1e,0x8f,0x0f,0x80,0x17,0x61}};
- extern "C" const GUID __declspec(selectany) IID_IDERasterCatalog =
- {0x8f9c9dc8,0x9ab1,0x49ed,{0xb1,0xcc,0xc6,0xfb,0xfd,0xe0,0x95,0x67}};
- extern "C" const GUID __declspec(selectany) IID_IGPControllerMembership =
- {0xac1bd3a5,0xaa1d,0x4b24,{0xbb,0x64,0x05,0x54,0xd5,0x9a,0xf1,0xfd}};
- extern "C" const GUID __declspec(selectany) IID_IGPTopologyMembership =
- {0xe8d97cae,0x9362,0x4e48,{0xaa,0x85,0xab,0xa1,0xd8,0xfd,0x62,0x8d}};
- extern "C" const GUID __declspec(selectany) IID_IGPGeometricNetworkMembership =
- {0xd012d66d,0x49f4,0x409e,{0xbf,0x48,0x1d,0xa7,0x10,0xa8,0xd4,0x14}};
- extern "C" const GUID __declspec(selectany) IID_IDERelationshipClassEx =
- {0xda5f6014,0xafe5,0x4f1b,{0x9e,0x9c,0xba,0x11,0x7c,0xd4,0xe5,0x94}};
- extern "C" const GUID __declspec(selectany) IID_IGPRelationshipClassKey =
- {0x7c2c531e,0x4882,0x40f5,{0xba,0xce,0x32,0x3e,0xf5,0x46,0xd3,0x3c}};
- extern "C" const GUID __declspec(selectany) IID_IDataElementType =
- {0x4926a958,0x7885,0x484c,{0x81,0x1b,0x2c,0x8b,0x12,0xb0,0xc1,0xa2}};
- extern "C" const GUID __declspec(selectany) IID_IDEWorkspaceType =
- {0xd23fdd2b,0x1986,0x4359,{0xac,0x2b,0xd7,0xbf,0x7d,0x58,0x2c,0x5e}};
- extern "C" const GUID __declspec(selectany) IID_IDETableType =
- {0x694b287c,0x7297,0x4b99,{0xbb,0x59,0xc2,0xdf,0xaf,0x48,0xf6,0xa0}};
- extern "C" const GUID __declspec(selectany) IID_IFieldType =
- {0xa60642f3,0xa6cc,0x472c,{0xaa,0xed,0x1b,0xd5,0xc0,0x24,0x8e,0x1f}};
- extern "C" const GUID __declspec(selectany) IID_IIndexType =
- {0xd8d57ce0,0xa6f3,0x11d5,{0x93,0x1e,0x00,0x80,0xc7,0x1a,0x32,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IDEDatasetType =
- {0x2ea85780,0xa626,0x11d5,{0x93,0x1d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IGxFilterInfo =
- {0x691be63c,0x024f,0x4958,{0x8f,0x9b,0xd8,0x25,0x23,0x42,0xe9,0x15}};
- extern "C" const GUID __declspec(selectany) IID_IDEGeoDatasetType =
- {0x264d4c00,0xa628,0x11d5,{0x93,0x1d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
- extern "C" const GUID __declspec(selectany) IID_IDEFeatureDatasetType =
- {0xba97439e,0x9387,0x49f7,{0xa4,0x3b,0x88,0xab,0xb8,0x1c,0xe0,0xc0}};
- extern "C" const GUID __declspec(selectany) IID_IDEFeatureClassType =
- {0x47a096bb,0xf338,0x428a,{0xa4,0x03,0xff,0x6e,0x8d,0xe9,0xef,0x94}};
- extern "C" const GUID __declspec(selectany) IID_IDERelationshipClassType =
- {0x294e86c0,0xb012,0x4c11,{0x9b,0xd7,0x2d,0xb0,0xc2,0xbb,0xe6,0x37}};
- extern "C" const GUID __declspec(selectany) IID_IDEGeometricNetworkType =
- {0xb4789b1d,0xfc20,0x446b,{0x9a,0x84,0x96,0x44,0x91,0xc6,0xf6,0xba}};
- extern "C" const GUID __declspec(selectany) IID_IDEGeometricNetwork =
- {0xacdbe3c0,0xe303,0x43e1,{0x80,0x38,0x8b,0x39,0x16,0x92,0xf2,0x67}};
- extern "C" const GUID __declspec(selectany) IID_IDETopology =
- {0x2f5817ab,0x5c2f,0x4250,{0xb5,0x15,0xd2,0xbd,0xcd,0xb5,0xfa,0x84}};
- extern "C" const GUID __declspec(selectany) IID_IDETopologyType =
- {0x924fd381,0xf8f0,0x45c5,{0xaa,0xea,0x34,0xf2,0x95,0x97,0x70,0xe6}};
- extern "C" const GUID __declspec(selectany) IID_IDERasterCatalogType =
- {0xd3a432e3,0x8922,0x4835,{0x9d,0x23,0x40,0x0a,0xbe,0x0d,0x36,0xf6}};
- extern "C" const GUID __declspec(selectany) CLSID_DEBrowseOptions =
- {0x0592f426,0x4f2c,0x4016,{0xad,0xc7,0x0a,0x84,0xed,0x2e,0x1b,0xc0}};
- extern "C" const GUID __declspec(selectany) CLSID_DEWorkspaceType =
- {0xde546f38,0x3266,0x48d2,{0xbf,0xe8,0x61,0xfa,0x0b,0xae,0xf5,0xd1}};
- extern "C" const GUID __declspec(selectany) CLSID_DETableType =
- {0xd19dd6fc,0x2460,0x42c0,{0x91,0x97,0x5d,0x2e,0x84,0x0a,0xc4,0x85}};
- extern "C" const GUID __declspec(selectany) CLSID_FieldType =
- {0xb44ef553,0xfa9f,0x4987,{0x80,0x4c,0xfc,0xaa,0x53,0x70,0x24,0xed}};
- extern "C" const GUID __declspec(selectany) CLSID_IndexType =
- {0x37b22058,0x107e,0x4bce,{0x9a,0x52,0x81,0xb3,0x1f,0xb2,0xf0,0xa4}};
- extern "C" const GUID __declspec(selectany) CLSID_DEFeatureDatasetType =
- {0xb073022c,0x969e,0x4e42,{0xbc,0xb4,0x8c,0xe6,0x37,0xca,0x23,0x32}};
- extern "C" const GUID __declspec(selectany) CLSID_DEFeatureClassType =
- {0xe87c2f50,0x7758,0x4a34,{0xbd,0x92,0xd6,0x6b,0xeb,0x2d,0xf0,0x3e}};
- extern "C" const GUID __declspec(selectany) CLSID_DERelationshipClassType =
- {0x7693bf47,0x9e32,0x40a3,{0xb6,0x43,0x0b,0x09,0x3c,0x2a,0x6c,0xfc}};
- extern "C" const GUID __declspec(selectany) CLSID_WorkspaceDefinition =
- {0xbade4285,0x63ed,0x495c,{0xac,0x57,0x43,0x5d,0xd4,0x68,0x7b,0x31}};
- extern "C" const GUID __declspec(selectany) CLSID_DEWorkspace =
- {0x2127af36,0xcae1,0x427e,{0xb1,0xa8,0xbf,0x0f,0x1a,0xd1,0x9f,0x6e}};
- extern "C" const GUID __declspec(selectany) CLSID_DETable =
- {0x9c8405db,0xbb87,0x4bd6,{0x93,0x2d,0x7f,0xfb,0x35,0xb0,0x4b,0xa0}};
- extern "C" const GUID __declspec(selectany) CLSID_DEFeatureDataset =
- {0x6ac619fe,0x191f,0x432d,{0xb1,0xa3,0x28,0xce,0x85,0xa5,0x91,0xaf}};
- extern "C" const GUID __declspec(selectany) CLSID_DEFeatureClass =
- {0x00bb7f40,0x3e51,0x4864,{0xa6,0x6c,0x7f,0x0c,0x8e,0xe9,0xa8,0x42}};
- extern "C" const GUID __declspec(selectany) CLSID_GPGeometricNetworkMembership =
- {0x7ee891d6,0x6acd,0x4687,{0x9b,0xf4,0xfc,0xe4,0x9f,0xc4,0x71,0x57}};
- extern "C" const GUID __declspec(selectany) CLSID_GPTopologyMembership =
- {0x5da78ff6,0x546b,0x4af0,{0x84,0xb8,0x50,0xb6,0x84,0x84,0xd9,0xd5}};
- extern "C" const GUID __declspec(selectany) CLSID_DERelationshipClass =
- {0xd41f5487,0x6b16,0x42fd,{0xab,0x61,0x63,0xa5,0x5b,0x51,0x9b,0x71}};
- extern "C" const GUID __declspec(selectany) CLSID_GPDataTypeName =
- {0x960cb02a,0x8caf,0x442b,{0xac,0xf7,0x6b,0x62,0x56,0xfc,0x19,0xf9}};
- extern "C" const GUID __declspec(selectany) CLSID_GPMessage =
- {0xfd0bb2d3,0x6c4e,0x43af,{0xb0,0x84,0xa8,0x06,0xa6,0xc8,0xe6,0x6e}};
- extern "C" const GUID __declspec(selectany) CLSID_GPMessages =
- {0x6d59957c,0xead2,0x491b,{0x96,0x3c,0x2c,0x41,0xfe,0xb7,0x9c,0x2f}};
- extern "C" const GUID __declspec(selectany) CLSID_DEGeometricNetworkType =
- {0xd2ba94ef,0xa424,0x4fcf,{0xa6,0xd2,0x50,0x15,0xa1,0xb2,0x08,0x0e}};
- extern "C" const GUID __declspec(selectany) CLSID_DEGeometricNetwork =
- {0xfe68ba8c,0x935d,0x4f6f,{0x80,0xd5,0x79,0x57,0xf8,0xdb,0xef,0xdf}};
- extern "C" const GUID __declspec(selectany) CLSID_DETopology =
- {0xacc4637d,0xd5e0,0x47d5,{0xab,0xcd,0x9f,0x25,0xab,0x32,0x6e,0x6f}};
- extern "C" const GUID __declspec(selectany) CLSID_DETopologyType =
- {0x4c008436,0xc283,0x408f,{0xb5,0xf9,0xf6,0x80,0x4c,0x7e,0x36,0x35}};
- extern "C" const GUID __declspec(selectany) CLSID_DERasterCatalog =
- {0x80207192,0x7ce8,0x4d06,{0x95,0x42,0x76,0x3e,0x78,0x51,0x8f,0xfb}};
- extern "C" const GUID __declspec(selectany) CLSID_DERasterCatalogType =
- {0x46ee5b40,0x1292,0x4c56,{0xb2,0x7c,0xa1,0xf6,0xdf,0xbc,0x02,0x87}};
- extern "C" const GUID __declspec(selectany) IID_IDEGdbUtilities =
- {0xbd65b611,0xaa51,0x462f,{0xa1,0x1a,0xb0,0xba,0x22,0x3d,0x9e,0x9c}};
- extern "C" const GUID __declspec(selectany) CLSID_DEGdbUtilities =
- {0x48f71b4d,0x72ce,0x42aa,{0xa4,0x5c,0x5c,0x18,0x0f,0x6e,0x78,0xe8}};
- extern "C" const GUID __declspec(selectany) IID_IGPSubtype =
- {0x60cc7230,0xe78d,0x4e22,{0xb3,0xc2,0x06,0x9e,0x8f,0xe8,0xac,0x42}};
- extern "C" const GUID __declspec(selectany) CLSID_GPRelationshipClassKey =
- {0x5dca4e1f,0x81a4,0x41c3,{0xb1,0x60,0x81,0x8d,0x22,0xfc,0x50,0xb0}};
- extern "C" const GUID __declspec(selectany) CLSID_GPSubtype =
- {0x741b5302,0x2917,0x4aab,{0x95,0x2a,0xdf,0x5f,0x0e,0x01,0x9e,0xb6}};
- extern "C" const GUID __declspec(selectany) IID_IWorkspaceDataElements =
- {0x94dde7ce,0xaa25,0x4682,{0x82,0x90,0xf7,0xdd,0xff,0xee,0x5d,0x98}};
- extern "C" const GUID __declspec(selectany) CLSID_Names =
- {0xe141c7af,0x1c30,0x4b67,{0x99,0xa1,0x2d,0xdd,0x2f,0xf2,0xc0,0x4d}};
- extern "C" const GUID __declspec(selectany) IID_IOleDBConnectionInfo =
- {0x1ae253d9,0x675e,0x48eb,{0x95,0x8f,0x68,0x55,0x4c,0xbf,0x26,0xd3}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInWorkspaceHelper =
- {0x897bda47,0x2bf9,0x420f,{0x88,0x6f,0xe0,0xf4,0x9e,0x2d,0x57,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInDatasetHelper =
- {0xd22b5232,0xeb1b,0x44a1,{0xb2,0xca,0xb0,0xd0,0x85,0x05,0x9c,0xfb}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInCursorHelper =
- {0xb91a4256,0x1d0a,0x46dd,{0xb8,0xa1,0xa2,0x37,0xde,0xdd,0x53,0x9f}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInDatasetInfo =
- {0xee190b37,0x11b4,0x414a,{0xbd,0x25,0x43,0xc4,0x9c,0xaa,0x64,0x33}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInLicense =
- {0xa08cf453,0x1acc,0x440d,{0x9d,0xae,0x5a,0x11,0x0a,0x0a,0x94,0xd2}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInWorkspaceFactoryHelper =
- {0xa5e6e3fc,0x3a5c,0x42e4,{0xb0,0x58,0x27,0x3f,0x3b,0xc5,0x77,0x34}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInCreateWorkspace =
- {0x697ffbd6,0x7d45,0x48c2,{0x98,0x10,0x71,0x31,0x18,0x3e,0xdc,0xaf}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInWorkspaceHelper2 =
- {0xd4ce2db3,0xe5d8,0x4aba,{0xb1,0x1e,0x39,0xd4,0x76,0x46,0x33,0x9d}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInMetadataPath =
- {0x62e8c42d,0x1b76,0x497e,{0x88,0x65,0xd5,0x3e,0x2b,0x65,0xc9,0x8c}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInMetadata =
- {0xa21946ce,0x11a9,0x4241,{0x84,0xf5,0x7b,0x10,0xc1,0xd6,0xd8,0xb9}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInFastRowCount =
- {0xc3dd33fe,0x6447,0x4472,{0x88,0x98,0x69,0x3a,0xb4,0xac,0xfc,0xfc}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInRowCount =
- {0xa860dd65,0xa3b4,0x4cfe,{0xbe,0x56,0x47,0xe8,0xaf,0xdb,0x7c,0xbd}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInFileSystemDataset =
- {0xa553189f,0x79f4,0x4647,{0x9d,0x5c,0x89,0x8d,0x69,0xdc,0x59,0xae}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInIndexInfo =
- {0x32f25f5b,0xa97c,0x489f,{0x90,0xd9,0xe9,0x3d,0xc8,0x44,0x94,0xc0}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInIndexManager =
- {0x9bd2fee7,0xbeec,0x4b70,{0x9f,0x18,0xad,0x16,0xb6,0xe7,0xd2,0xd5}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInFileOperations =
- {0xcab44598,0x68f6,0x490e,{0x9f,0x32,0x6d,0x5f,0xd0,0x6d,0x22,0xd2}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInFileOperationsClass =
- {0x0936597f,0xebe1,0x4b29,{0xba,0xc4,0x47,0xda,0xfc,0xe7,0x2a,0x36}};
- extern "C" const GUID __declspec(selectany) IID_IPlugInFastQueryValues =
- {0x865271a7,0x61c1,0x41e8,{0x9f,0x6e,0x31,0xd8,0x25,0xb3,0x7b,0x57}};
- extern "C" const GUID __declspec(selectany) CLSID_PlugInWorkspaceFactory =
- {0x13ba0a70,0x7fe3,0x4a24,{0xbb,0x0b,0x75,0x0b,0x44,0xe7,0x2a,0xd6}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDataConverter =
- {0x4ed85a73,0x7054,0x11d2,{0xaa,0xfe,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_IFeatureDataConverter2 =
- {0x5c37086d,0xee25,0x11d3,{0xa0,0xa1,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
- extern "C" const GUID __declspec(selectany) CLSID_FeatureDataConverter =
- {0x78b08005,0x7054,0x11d2,{0xaa,0xfe,0x00,0xc0,0x4f,0xa3,0x3c,0x20}};
- extern "C" const GUID __declspec(selectany) IID_ITinElement =
- {0x3e541320,0x1132,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITin =
- {0x73b80fbb,0xff33,0x11d1,{0xa5,0x49,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinNode =
- {0x3e541321,0x1132,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinNodeArray =
- {0xc0e04940,0xb08c,0x11d2,{0x9f,0x6a,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ITinEdgeArray =
- {0xc0e04941,0xb08c,0x11d2,{0x9f,0x6a,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ITinEdge =
- {0x3e541322,0x1132,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinTriangle =
- {0x3e541323,0x1132,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinTriangleArray =
- {0xc0e04942,0xb08c,0x11d2,{0x9f,0x6a,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ITinNode2 =
- {0x3d212052,0xad4b,0x11d5,{0xab,0xb8,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinFeatureSeed =
- {0xbb5dbc74,0xb9ca,0x11d5,{0xab,0xbb,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinPolygon =
- {0xaddda5ca,0xa214,0x11d3,{0xab,0x4b,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTinNode =
- {0x6bfa889c,0xbf0d,0x11d3,{0xab,0x4f,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTinEdge =
- {0x6bfa889d,0xbf0d,0x11d3,{0xab,0x4f,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTinTriangle =
- {0x6bfa889e,0xbf0d,0x11d3,{0xab,0x4f,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinFilter =
- {0x4eee3270,0xfa94,0x11d2,{0xae,0x10,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinPolyline =
- {0x83a9e75c,0xa212,0x11d3,{0xab,0x4b,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinDynamicFilter =
- {0x0122c788,0xfd32,0x11d3,{0xa0,0xd6,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ITinValueFilter =
- {0x4eee3277,0xfa94,0x11d2,{0xae,0x10,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinValueFilter2 =
- {0x3110a889,0x298b,0x4849,{0x8a,0xbb,0x7a,0x33,0x83,0xfd,0x1a,0x4e}};
- extern "C" const GUID __declspec(selectany) IID_ITinTriangleFilter =
- {0x4eee3279,0xfa94,0x11d2,{0xae,0x10,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinEdgeTypeFilter =
- {0xf9b595ae,0xa9a6,0x11d3,{0xab,0x4b,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinNodeSourceFilter =
- {0xd462b2cc,0xb2ab,0x11d5,{0xab,0xb9,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_IEnumTinElement =
- {0x4eee3271,0xfa94,0x11d2,{0xae,0x10,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) IID_ITinAdvanced =
- {0xa8523ee8,0x7b16,0x11d2,{0x9f,0x4b,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ISurface =
- {0x73b80fbc,0xff33,0x11d1,{0xa5,0x49,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinAdvanced2 =
- {0x23ffd401,0x973f,0x11d5,{0x81,0x11,0x00,0xc0,0x4f,0xa0,0xad,0xf8}};
- extern "C" const GUID __declspec(selectany) IID_ITinNodeCollection =
- {0x9a2a4b72,0x11cf,0x11d2,{0xa5,0x56,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinNodeInfo =
- {0x11f2c1ac,0x188b,0x4a4f,{0xb2,0x21,0x57,0x3c,0x1a,0x0c,0x75,0x3d}};
- extern "C" const GUID __declspec(selectany) IID_ITinEdit =
- {0x6615635a,0xbfab,0x11d2,{0x9f,0x6d,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ITinEditErrorLog =
- {0x0f7f5a1e,0x5588,0x40ab,{0xb7,0xf0,0x77,0x7a,0x4b,0x0c,0x89,0x58}};
- extern "C" const GUID __declspec(selectany) IID_ITinSurface =
- {0x73b80fbd,0xff33,0x11d1,{0xa5,0x49,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinSurfaceElement =
- {0xff7e9000,0xd0dd,0x11d2,{0x9f,0x76,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) IID_ITinSelection =
- {0xb0dbc8e2,0xb4b1,0x11d3,{0xab,0x4d,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinFeatureEdit =
- {0x73b80fc1,0xff33,0x11d1,{0xa5,0x49,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinWorkspace =
- {0xaa2ee0d8,0x4c34,0x11d2,{0xa5,0x6f,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinClock =
- {0x75d08ef4,0x23aa,0x11d5,{0xab,0xa6,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) IID_ITinEdgeTypeFilter2 =
- {0x18bbf602,0x373f,0x4093,{0xb5,0x53,0x39,0xaa,0x97,0x62,0xc7,0x7f}};
- extern "C" const GUID __declspec(selectany) CLSID_Tin =
- {0x73b80fc3,0xff33,0x11d1,{0xa5,0x49,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) IID_ITinSurface2 =
- {0x249cd6b0,0x8441,0x42e7,{0xbb,0xe6,0x2c,0xae,0x4a,0x1d,0xac,0x9a}};
- extern "C" const GUID __declspec(selectany) CLSID_DddServerEnvironment =
- {0x3b6c52a4,0x7231,0x4189,{0xb3,0x41,0xc3,0x0e,0x7f,0xb5,0x8b,0xcf}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNodeEnumerator =
- {0xf4377d42,0x2f1d,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_TinEdgeEnumerator =
- {0xf4377d43,0x2f1d,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_TinTriangleEnumerator =
- {0xf4377d44,0x2f1d,0x11d2,{0x92,0xf7,0x44,0x45,0x53,0x54,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_TinSurfaceElement =
- {0xb9767bc1,0xd0df,0x11d2,{0x9f,0x76,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNodeArray =
- {0xa9bc13f2,0x3e88,0x4b68,{0x82,0x6d,0x18,0x66,0xd0,0x7f,0xc9,0xa2}};
- extern "C" const GUID __declspec(selectany) CLSID_TinEdgeArray =
- {0xa72fe99f,0xc4c4,0x4ea9,{0xa6,0xb8,0xfd,0x77,0xba,0x0d,0xe0,0x25}};
- extern "C" const GUID __declspec(selectany) CLSID_TinTriangleArray =
- {0x2d594880,0x7fdb,0x490f,{0xb1,0x39,0x88,0xa8,0x2d,0xd6,0x39,0xe1}};
- extern "C" const GUID __declspec(selectany) CLSID_TinPolyline =
- {0x2fa264b6,0xa214,0x11d3,{0xab,0x4b,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_TinPolygon =
- {0x2fa264b7,0xa214,0x11d3,{0xab,0x4b,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNode =
- {0x9a2a4b76,0x11cf,0x11d2,{0xa5,0x56,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) CLSID_TinEdge =
- {0x9a2a4b77,0x11cf,0x11d2,{0xa5,0x56,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) CLSID_TinTriangle =
- {0x9a2a4b78,0x11cf,0x11d2,{0xa5,0x56,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) CLSID_TinValueFilter =
- {0x3c132c0e,0xfe5d,0x11d2,{0x9f,0x88,0x00,0xc0,0x4f,0x8e,0xce,0x27}};
- extern "C" const GUID __declspec(selectany) CLSID_TinTriangleFilter =
- {0x927a94c0,0x01e1,0x11d3,{0xae,0x19,0x00,0x00,0x00,0x00,0x00,0x00}};
- extern "C" const GUID __declspec(selectany) CLSID_TinEdgeTypeFilter =
- {0x8369a822,0xa9a6,0x11d3,{0xab,0x4b,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_TinDataElementFilter =
- {0xe21a9cae,0xfabf,0x11d3,{0xab,0x5a,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNodeSourceFilter =
- {0x124f6d4a,0xb2a3,0x11d5,{0xab,0xb9,0x00,0x08,0xc7,0x3f,0xd5,0x0c}};
- extern "C" const GUID __declspec(selectany) CLSID_TinName =
- {0x5f13f416,0x42bc,0x11d2,{0xa5,0x69,0x00,0x00,0xf8,0x77,0x4f,0x0f}};
- extern "C" const GUID __declspec(selectany) CLSID_TinNativeType =
- {0xe378e871,0xf24f,0x4332,{0xb1,0xe6,0x33,0x9c,0x7a,0xce,0xb2,0x5c}};
- extern "C" const GUID __declspec(selectany) IID_IXYEventSource =
- {0x681441e2,0xeaea,0x11d3,{0x9f,0x8a,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IXYEvent2FieldsProperties =
- {0x71045c9e,0x7902,0x11d4,{0x9f,0xe5,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) CLSID_XYEvent2FieldsProperties =
- {0x71045ca2,0x7902,0x11d4,{0x9f,0xe5,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) CLSID_XYEventSourceName =
- {0x309aa920,0xeaec,0x11d3,{0x9f,0x8a,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) CLSID_XYEventSource =
- {0x4b194345,0xa3e3,0x11d4,{0x9f,0xf0,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
- extern "C" const GUID __declspec(selectany) IID_ISaveAs =
- {0xc7a92e97,0x597e,0x4a69,{0xa8,0x72,0x29,0xcb,0x60,0xb5,0xe0,0xdb}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDatasetName =
- {0xbc25e11e,0x168b,0x11d2,{0x8d,0x25,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) IID_IRasterBandName =
- {0xbc25e121,0x168b,0x11d2,{0x8d,0x25,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) IID_IRasterColormap =
- {0x7e7e6105,0xfa34,0x11d1,{0x8d,0x22,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDataset2 =
- {0x76aa6a59,0x25b4,0x4f26,{0x90,0x79,0x7a,0x63,0x47,0x59,0xfe,0xd9}};
- extern "C" const GUID __declspec(selectany) IID_IRasterDatasetEdit =
- {0xba86a917,0x98ec,0x4994,{0xb6,0x92,0x76,0x0a,0xbe,0xdc,0xc3,0x06}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalogItem =
- {0x6e0577d2,0x8fe5,0x44d6,{0xb1,0x8c,0x22,0x26,0x87,0xa1,0x90,0x25}};
- extern "C" const GUID __declspec(selectany) IID_IRasterWorkspace2 =
- {0x9fd9a370,0x1d1b,0x11d4,{0xab,0xda,0x00,0x08,0xc7,0x3f,0xca,0x1c}};
- extern "C" const GUID __declspec(selectany) IID_IRasterValue =
- {0x6b2d0243,0x7100,0x4e3f,{0xaa,0x02,0x5e,0xc1,0x2d,0xaf,0x69,0x80}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalogName =
- {0xd1909a6f,0x8eda,0x4f3d,{0xb9,0xd2,0x31,0x0f,0xd6,0x21,0x38,0x6a}};
- extern "C" const GUID __declspec(selectany) IID_IRasterCatalogHelper =
- {0x0e1096f4,0x7499,0x4604,{0x84,0x08,0x88,0xa0,0xca,0xb3,0xee,0xab}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterDef =
- {0xa8386192,0x3659,0x4525,{0x98,0x4f,0x5d,0x64,0x3a,0x40,0xee,0x8c}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterStorageDef =
- {0x82abc602,0x67f9,0x4042,{0xbe,0xe1,0x64,0x5b,0x01,0x39,0xfd,0x70}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterValue =
- {0x93d0b191,0x6bf1,0x418f,{0xab,0x89,0x6f,0x29,0x02,0x78,0xc2,0x45}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalogItem =
- {0x3eaa2478,0x5332,0x40f8,{0x8f,0xa8,0x62,0x38,0x23,0x90,0xa3,0xba}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalog =
- {0x55e13e7e,0x52bd,0x4145,{0x9a,0xdf,0x9c,0xf8,0xb7,0x76,0xc3,0x46}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterDatasetName =
- {0x75bce6e2,0x8af5,0x478e,{0x88,0x92,0xfa,0x45,0xca,0x50,0xaf,0x4d}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterBandName =
- {0xbc25e113,0x168b,0x11d2,{0x8d,0x25,0x00,0x00,0xf8,0x78,0x05,0x35}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalogName =
- {0x33ff62fc,0xd7d6,0x48e8,{0x82,0xd9,0x77,0xc0,0xaa,0xdb,0xf5,0xd1}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalogClassDescription =
- {0x69b9e430,0x9f7d,0x4689,{0xb6,0xe7,0x96,0x11,0x92,0x8e,0x60,0x36}};
- extern "C" const GUID __declspec(selectany) CLSID_RasterCatalogHelper =
- {0x04d7fade,0xb9e6,0x4b18,{0xaa,0x22,0xb4,0x24,0xa1,0x7e,0x7f,0xb5}};
- extern "C" const GUID __declspec(selectany) CLSID_Pnt =
- {0x064087e4,0x09b9,0x4892,{0xa8,0x93,0xfc,0xa8,0x9b,0xb1,0x71,0xd1}};
- extern "C" const GUID __declspec(selectany) IID_IUtilityNetwork2 =
- {0xfa8bc670,0xd572,0x11d5,{0xa1,0x34,0x00,0x50,0x8b,0xa0,0xc9,0x77}};
- extern "C" const GUID __declspec(selectany) IID_IRelationshipChanges =
- {0x92365b91,0x2779,0x11d3,{0x8a,0x72,0x00,0x00,0x00,0x00,0x00,0x00}};
- #pragma pack(pop)