MapGuide API Reference
|
Allows low level access to DWF™ (Design Web Format™) data stored in a resource repository as part of a drawing source. More...
Public Member Functions | |
virtual MgByteReader * | DescribeDrawing (MgResourceIdentifier *resource)=0 |
Gets the manifest.xml document which describes the supported document interfaces, the document properties, the sections and their contents, and section dependencies. | |
virtual MgStringCollection * | EnumerateLayers (MgResourceIdentifier *resource, CREFSTRING sectionName)=0 |
Gets the names of the layers in a DWF section. | |
virtual MgByteReader * | EnumerateSectionResources (MgResourceIdentifier *resource, CREFSTRING sectionName)=0 |
Enumerates the resources of a DWF section (sometimes called a sheet). | |
virtual MgByteReader * | EnumerateSections (MgResourceIdentifier *resource)=0 |
Enumerates only the ePlot sections (sheets) in a DWF. | |
virtual STRING | GetCoordinateSpace (MgResourceIdentifier *resource)=0 |
Gets the coordinate system assigned to the DWF drawing. | |
virtual MgByteReader * | GetDrawing (MgResourceIdentifier *resource)=0 |
Returns the DWF stream for a drawing specified by resource identifier. | |
virtual MgByteReader * | GetLayer (MgResourceIdentifier *resource, CREFSTRING sectionName, CREFSTRING layerName)=0 |
Gets a layer from a particular section of a DWF. | |
virtual MgByteReader * | GetSection (MgResourceIdentifier *resource, CREFSTRING sectionName)=0 |
Gets a DWF containing only the requested section (sometimes called a sheet). | |
virtual MgByteReader * | GetSectionResource (MgResourceIdentifier *resource, CREFSTRING resourceName)=0 |
Gets a specific resource from the DWF. |
Allows low level access to DWF™ (Design Web Format™) data stored in a resource repository as part of a drawing source.