GeoPackageMetadata.GeoPackageMetadata Constructors
Initializes a new instance of the GeoPackageMetadata class.
Overload List
Name | Description | |
---|---|---|
Public method | GeoPackageMetadata() | Initializes a new instance of the GeoPackageMetadata class. |
Public method | GeoPackageMetadata(GeoPackageMetadataScope scope, System.String uri, System.String metadata, System.String mimeType) | Initializes a new instance of the GeoPackageMetadata class. |
Public method | GeoPackageMetadata(GeoPackageMetadataScope scope, System.String uri, System.String metadata) | Initializes a new instance of the GeoPackageMetadata class with mimeType as 'text/xml'. |
GeoPackageMetadata()
Initializes a new instance of the GeoPackageMetadata class.Syntax
public GeoPackageMetadata ()
GeoPackageMetadata(GeoPackageMetadataScope scope, System.String uri, System.String metadata, System.String mimeType)
Initializes a new instance of the GeoPackageMetadata class.Syntax
public GeoPackageMetadata (
GeoPackageMetadataScope scope,
System.String uri,
System.String metadata,
System.String mimeType
)
Parameters
scope
Type: GeoPackageMetadataScope
The scope to which this metadata applies.
The scope to which this metadata applies.
uri
Type: System.String
The URI reference to the specified metadata structure definition authority.
The URI reference to the specified metadata structure definition authority.
metadata
Type: System.String
The metadata.
The metadata.
mimeType
Type: System.String
The MIME type of the specified metadata.
The MIME type of the specified metadata.
GeoPackageMetadata(GeoPackageMetadataScope scope, System.String uri, System.String metadata)
Initializes a new instance of the GeoPackageMetadata class with mimeType as 'text/xml'.Syntax
public GeoPackageMetadata (
GeoPackageMetadataScope scope,
System.String uri,
System.String metadata
)
Parameters
scope
Type: GeoPackageMetadataScope
The scope to which this metadata applies.
The scope to which this metadata applies.
uri
Type: System.String
The URI reference to the specified metadata structure definition authority.
The URI reference to the specified metadata structure definition authority.
metadata
Type: System.String
The metadata.
The metadata.
Platforms
Windows, Linux, Android