Click or drag to resize

CGEOSTRING Class

The GEOSTRING class is used to read information stored in Geostring files (*.geosoft_string). Geosoft geostrings are 3D vector files that store digitized interpretations drawn on section maps. Both polygon and polyline features can be stored in the same file. This API currently only provides read access, but read/write support could be added in the future.
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CGEOSTRING : CHANDLE

public class CGEOSTRING : CHANDLE

The CGEOSTRING type exposes the following members.

Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CGEOSTRING and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetAllShapes
Get the all shapes
Public methodGetFeatureProperties(String, String, String, Int32, Int32, Double, Double, Double, Int32, Int32, Int32, Double, Double, Int32)
Get a feature's properties
Public methodGetFeatureProperties(String, String, Int32, String, Int32, Int32, Int32, Double, Double, Double, Int32, Int32, Int32, Double, Double, Int32)
Get a feature's properties
Public methodGetFeatures
Get the features
Public methodGetIPJ
Get the coordinate system of the Geostring.
Public methodGetSectionProperties(String, String, String, Int32, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Get a section's properties
Public methodGetSectionProperties(String, String, Int32, String, Int32, Int32, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Get a section's properties
Public methodGetSections
Get the sections
Public methodGetShapeProperties(String, String, String, CVV, CVV, CVV)
Get a shape's properties
Public methodGetShapeProperties(String, String, Int32, String, Int32, CVV, CVV, CVV)
Get a shape's properties
Public methodGetShapesForFeature
Get all shapes linked to a specific feature
Public methodGetShapesForFeatureAndSection
Get all shapes linked to a specific feature and section
Public methodGetShapesForSection
Get all shapes linked to a specific section
Public methodStatic memberOpen
Open a Geostring file
Top
See Also