Autodek FDO Provider for Raster .NET API Reference

AutoDesk FDO Raster .NET API

.NET API Reference Autodesk FDO Provider for Raster

PhysicalSchemaMapping Class Reference

#include <mgPhysicalSchemaMapping.h>

List of all members.


Detailed Description

The FdoRfpPhysicalSchemaMapping class defines a raster image which contains a name and the extents of the raster image.

Definition at line 38 of file mgPhysicalSchemaMapping.h.

Public Member Functions

__property NAMESPACE_AUTODESK_GIS_FDO_PROVIDERS_RASTERFILE_OVERRIDE::ClassCollection * get_Classes ()
 Gets the collection of raster locations.
 PhysicalSchemaMapping (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalSchemaMapping *schemaMapping, System::Boolean autoDelete)
 Constructs a physical schema mapping instance using the result returned from IConnection::CreateSchemaMapping OR using the result of executing an IDescribeSchemaMapping command. This constructor is provided in order that clients are provided a mechanism to downcast from the FDO PhysicalSchemaMapping base class to an FDO Provider specific class that derives from PhysicalSchemaMapping. This constructor is the only mechanism provided by the FDO Managed API that will allow the client to correctly construct a provider specific PhysicalSchemaMapping class. NOTE: If the Provider name associated to the input parameter schemaMapping does not correspond to the provider name of the expected FDO Provider, and InvalidArgumentException will be thrown.
 PhysicalSchemaMapping ()
 Constructs a new Raster Definition.

The documentation for this class was generated from the following file:
Comments?