## TransformMapCollection class

The TransformMapCollection class is a collection of StructureMap and ConceptMap resources. It is used to store and retrieve imported StructureMaps and ConceptMaps by URL.

**Signature:**  
```typescript  
export declare class TransformMapCollection  
```

## Constructors

| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(resources)](/content/docs/sdk/core.transformmapcollection._constructor_/index.html) |  | Constructs a new instance of the `TransformMapCollection` class |

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [resources](/content/docs/sdk/core.transformmapcollection.resources) | `readonly` | (StructureMap | ConceptMap)[] |  |

## Methods

| Method | Modifiers | Description |
| --- | --- | --- |
| [get(resourceType, url)](/content/docs/sdk/core.transformmapcollection.get) |  |  |

- [TransformMapCollection class](/content/docs/sdk/core.transformmapcollection#transformmapcollection-class/index.html)  
- [Constructors](/content/docs/sdk/core.transformmapcollection#constructors/index.html)  
- [Properties](/content/docs/sdk/core.transformmapcollection#properties/index.html)  
- [Methods](/content/docs/sdk/core.transformmapcollection#methods/index.html)
