Click or drag to resize
CUSERMETA Class
The USERMETA class handles user style metadata tied to real data.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CUSERMETA : CHANDLE

The CUSERMETA type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Creates an empty USERMETA object
Public methodAvailable to anyoneStatic memberCreateS
Create a USERMETA from a file
Protected methodDispose
Releases the unmanaged resources used by the CUSERMETA and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGetDataCreationDate
Get the Data Creation Date
Public methodAvailable to anyoneGetExtents2d
Get the 2d Extents
Public methodAvailable to anyoneGetExtents3d
Get the 3d Extents
Public methodAvailable to anyoneGetIPJ
Get the IPJ
Public methodAvailable to anyoneGetMetaCreationDate
Get the Meta Creation Date
Public methodAvailable to anyoneGetXMLFormat
Get the XML Format
Public methodAvailable to anyoneiCompare
Compare 2 USERMETA's
Public methodAvailable to anyoneIGetDataCreator
Get the Data Creator
Public methodAvailable to anyoneIGetFormat
Get the File Format
Public methodAvailable to anyoneIGetMetaCreator
Get the Meta Creator
Public methodAvailable to anyoneIGetProject
Get the File Project
Public methodAvailable to anyoneIGetTitle
Get the Title
Public methodAvailable to anyoneStatic memberSaveFileLineage
Add lineage to XML
Public methodAvailable to anyoneSerial
Serialize USERMETA to a BF.
Public methodAvailable to anyoneSetDataCreationDate
Set the Data Creation Date
Public methodAvailable to anyoneSetDataCreator
Set the Data Creator
Public methodAvailable to anyoneSetExtents2d
Set the 2d Extents
Public methodAvailable to anyoneSetExtents3d
Set the 3d Extents
Public methodAvailable to anyoneSetFormat
Set the File Format
Public methodAvailable to anyoneSetIPJ
Set the IPJ
Public methodAvailable to anyoneSetMetaCreationDate
Set the Meta Creation Date
Public methodAvailable to anyoneSetMetaCreator
Set the Meta Creator
Public methodAvailable to anyoneSetProject
Set the File Project
Public methodAvailable to anyoneSetTitle
Set the Title
Public methodAvailable to anyoneStatic memberUpdateExtents2D
Edit an existing XML metadata file by changing the extents and projection data
Public methodAvailable to anyoneStatic memberUpdateFileType
Edit an existing XML metadata file by changing the file type
Top
See Also