WRAPPER_API OpenGeospatialURN()
WRAPPER_API OpenGeospatialURN(GMLObjectType type)
WRAPPER_API OpenGeospatialURN(GMLObjectType type, const BmgChar* authority, const BmgChar* code)
WRAPPER_API OpenGeospatialURN(const BmgChar* urnString)
Description
The OpenGeospatialURN constructor creates a new instance of the OpenGeospatialURN class. There are four signatures for this constructor.
The first signature is the Default constructor.
The second signature initializes the object with a GML type.
The third signature has three parameters: type is the GML object type, authority is the authority for the code, code is the code from the specified authority
The fourth signature initializes the object with an URN string.
Comments
0 comments
Please sign in to leave a comment.