System.ComponentModel.Component
The DataSourceComponentClass provides properties and methods that allow the user to interact with the data source. A description of how to use the data source can be found here. A description of the contents of the data source can be found here.
|
Constructor |
Description |
|
Creates a new instance of the DataSourceComponent class |
|
Property |
Description |
|
The CalculatedSignature Property returns the signature calculated from the current contents of the base data source file. | |
|
The CustomFileName property returns the path and name of the custom data source file that is currently loaded into the DataSourceComponenet. | |
|
Gets or sets the default issuer value for use with Get/Put/Remove methods | |
|
A boolean value that indicates if the data source can be modified | |
|
The FailOnInvalidSig property indicates or sets whether we should throw an exception during the LoadFile call if the base data source file has been manually edited | |
|
The path and file name of the data source currently loaded into this object | |
|
Indicates if the license used for GeoCalcNET has an expiration data | |
|
Indicates if all Envelopes should always return true for InBounds | |
|
A boolean value that indicates if a data source is currently loaded | |
|
The IsSignatureValid Property indicates if the base data source file has been manually edited since the last time it was saved. | |
|
Indicates if this is an evaluation version of GeoCalcNET | |
|
Indicates if this is a licensed version of GeoCalcNET | |
|
The SignatureFromFile property returns the signature stored in the base data source file. | |
|
Indicates if it is time to remind the user that this is an evaluation version of GeoCalcNET | |
|
Indicates if GeoCalc should try to find an existing CoordSys that matches the WKT when importing a CoordSys from WKT |
|
Method |
Description |
|
Saves the data source to a file | |
|
Imports a CoordSys from the specified GML | |
|
Gets DatumShifts for a CoordTransform | |
|
Saves a WKT definition of the specified CoordSys to a file | |
|
Gets a WKT definition of the specified CoordSys | |
|
Gets the GeoCalc 5.x keys that identify the specified CoordSys | |
|
Gets an AngularUnit from the DataSourceComponent | |
|
Gets a CartesianPoint from the DataSourceComponent | |
|
Gets a CoordTransform from the DataSourceComponent | |
|
Gets a DatumShift from the DataSourceComponent | |
|
This function is used for cross Library development. It returns a pointer to the current datasource. | |
|
Gets an Ellipsoid from the DataSourceComponent | |
|
Gets an Envelope from the DataSourceComponent | |
|
Gets a FittedCoordSys from the DataSourceComponent | |
|
Gets a GeocentricCoordSys from the DataSourceComponent | |
|
Gets a GeodeticCoordSys from the DataSourceComponent | |
|
Gets a GeodeticPoint from the DataSourceComponent | |
|
Populates a collection with GML object names and their URN strings from data in the OGP's Indicio server, given an object type. | |
|
Gets a HeightModel from the DataSourceComponent | |
|
Gets a HorizontalDatum from the DataSourceComponent | |
|
Gets a LinearUnit from the DataSourceComponent | |
|
Gets a PrimeMeridian from the DataSourceComponent | |
|
Gets a ProjectedCoordSys from the DataSourceComponent | |
|
Gets a ProjectedPoint from the DataSourceComponent | |
|
Gets a Serializable from the DataSourceComponent | |
|
Finds all valid DatumShifts for the specified source and target CoordSys | |
|
Gets a VerticalDatum from the DataSourceComponent | |
|
Gets a VerticalReference from the DataSourceComponent | |
|
Loads a CoordSys from a file | |
|
Loads a CoordSys from a WKT string | |
|
Returns a CoordSys that matches the GeoCalc 5.x keys | |
|
Loads a CoordSys into the DataSourceComponent | |
|
Composes GeoCalc objects for all URNs in the specified collection. | |
|
Loads a data source file into this DataSourceComponent | |
|
Adds an AngularUnit to the DataSourceComponent | |
|
Adds a CartesianPoint to the DataSourceComponent | |
|
Adds a CoordTransform to the DataSourceComponent | |
|
Adds a DatumShift to the DataSourceComponent | |
|
Adds an Ellipsoid to the DataSourceComponent | |
|
Adds an Envelope to the DataSourceComponent | |
|
Adds a FittedCoordSys to the DataSourceComponent | |
|
Adds a GeocentricCoordSys to the DataSourceComponent | |
|
Adds a GeodeticCoordSys to the DataSourceComponent | |
|
Adds a GeodeticPoint to the DataSourceComponent | |
|
Adds a HeightModel to the DataSourceComponent | |
|
Adds a HorizontalDatum to the DataSourceComponent | |
|
Adds a LinearUnit to the DataSourceComponent | |
|
Adds a PrimeMeridian to the DataSourceComponent | |
|
Adds a ProjectedCoordSys to the DataSourceComponent | |
|
Adds a ProjectedPoint to the DataSourceComponent | |
|
Adds a Serializable to the DataSourceComponent | |
|
Adds a VerticalDatum to the DataSourceComponent | |
|
Adds a VerticalReference to the DataSourceComponent | |
|
Removes an AngularUnit from the DataSourceComponent | |
|
Removes a CartesianPoint from the DataSourceComponent | |
|
Removes a CoordTransform from the DataSourceComponent | |
|
Removes a DatumShift from the DataSourceComponent | |
|
Removes an Ellipsoid from the DataSourceComponent | |
|
Removes an Envelope from the DataSourceComponent | |
|
Removes a FittedCoordSys from the DataSourceComponent | |
|
Removes a GeocentricCoordSys from the DataSourceComponent | |
|
Removes a GeodeticCoordSys from the DataSourceComponent | |
|
Removes a GeodeticPoint from the DataSourceComponent | |
|
Removes a HeightModel from the DataSourceComponent | |
|
Removes a HorizontalDatum from the DataSourceComponent | |
|
Removes a LinearUnit from the DataSourceComponent | |
|
Removes a PrimeMeridian from the DataSourceComponent | |
|
Removes a ProjectedCoordSys from the DataSourceComponent | |
|
Removes a ProjectedPoint from the DataSourceComponent | |
|
Removes a Serializable from the DataSourceComponent | |
|
Removes a VerticalDatum from the DataSourceComponent | |
|
Removes a VerticalReference from the DataSourceComponent | |
|
This function is used for cross Library development. It takes a pointer to an already created Datasource object. |