| AutoCADParms.h | This file contains constants used to supply parameters to the AutoCAD reader and writer |
| BAggregate.h | Provides definition for an aggregate geometry that can contain only BAreaGeo geometries |
| BAggregateArea.h | Provides definition for a template interface representing an aggregate of BGeometry objects |
| BAggregateGeo.h | Provides definition for an aggregate geometry that can contain any type of BGeometry object |
| BAggregateLinear.h | Provides definition for an aggregate geometry that contains only BLinearGeo geometries |
| BAggregatePoint.h | Provides definition for an aggregate geometry that contains only BPointGeo geometries |
| BAlreadyOpenException.h | Provides an exception that indicates that the user has attempted to open a data source or sink that is already open |
| BAngularUnit.h | Provides definition for a unit that can be used to measure angles |
| BArc.h | Provides definition for a geometry object that represents an arc |
| BAreaGeo.h | Provides definition for the abstract base class for area-type geometries, such as BPolygon, BEllipse, etc |
| BAttribute.h | Provides definition for an element of data that can be attached to a BFeature |
| BAttributeDataException.h | Provides an exception that indicates that an attribute related error has occurred |
| BAttributeDef.h | Provides definition for a data attribute associated with a BFeature |
| BAttributeDefs.h | Provides definition for a collection of BAttributeDef objects associated with a BVectorLayer |
| BAttributes.h | Provides definition for a collection of BAttribute objects |
| BBlockDef.h | Provides definition for a collection of BFeature objects referenced by a BBlockRefFeature |
| BBlockDefs.h | Provides a definition for a collection of BBlockDef objects |
| BBlockRefFeature.h | Provides definition for a BFeature containing a reference to an external BBlockDef |
| BByteArray.h | Provides definition for an ordered collection of Bytes |
| BByteStreamable.h | Provides an interface for objects that can be converted to a BByteArray |
| BClip.h | Provides definition for an area that will be used for clipping |
| BColor.h | Provides definition for an ARGB color |
| BCoordinateTransformer.h | Provides an object that transforms the coordinates in a BLayer |
| BCoordSys.h | Provides the definition for a coordinate system |
| BCoordSysException.h | Provides a base class for exceptions regarding coordinate system definitions |
| BCoordSysRepository.h | Provides a static class that encapsulates the interface with a GeoCalc data source, such as geocalc.xml or geodata.xml |
| BCoordSysRepositoryException.h | Provides an exception that indicates that an error occurred while interacting with the BCoordSysRepository |
| BCoordTransform.h | Provides a class that encapsulates the properties of a tranformation from one coordinate system to another |
| BCoordTransformSettings.h | Provides a class that encapsulates many of the parameters necessary to construct a BCoordTransform |
| BCreateObjectException.h | Provides an exception that indicates that an error occurred while trying to create a local object |
| BDataManager.h | Provides a class that represents a single data source or sink |
| BDataManagerException.h | Provides a base class for exceptions regarding interaction with a data source or sink |
| BDataManagerProxy.h | Provides the "plug in" interface for data format reader and writer dynamic libraries |
| BDataReader.h | Provides an abstract base class that represents a single source from which vector or raster data can be read |
| BDataWriter.h | Provides an abstract base class that represents a single sink to which vector or raster data can be written |
| BDatumShiftInfo.h | Provides a class that encapsulates information about a datum shift |
| BDirectTransformer.h | Provides an abstract base class for objects that perform in-place coordinate transformation |
| BDirectTransformerProxy.h | Provides the "plug-in" interface for data format transformer dynamic libraries |
| BDiskCache.h | Provides the class encapsulating an indexed cache file |
| BDonut.h | Provides definition for a geometry object that contains an outer shell and a collection of holes |
| BDynamicLib.h | Provides an interface for managing a dynamic library (Windows DLL, Linux SO, etc) |
| BDynamicLibCore.h | Provides an interface for platform-specific logic needed to manage a dynamic library |
| BDynamicLibException.h | Provides the definition for an exception related to the use of a dynamic library |
| BDynamicLibs.h | Provides the definition for a collection of dynamic libraries used to read, write, and transform specific data formats |
| BEllipse.h | Provides a geometry object that represents an ellipse |
| BException.h | Provides the definition of the GeoCore exception class |
| BExporter.h | Contains a definition for the BExporter dialog |
| BExternalRefFeature.h | Provides a reference to an external file that contains the geometry |
| BFeature.h | Provides an object that represents a single feature in a layer |
| BFeatureCollection.h | Provides a collection of BFeature objects |
| BFeatures.h | Provides a definition for a collection of BFeature objects |
| BFeaturesOnDisk.h | Provides a collection of BFeature objects that exists on a disk |
| BFileContentNotValidException.h | Provides an exception that indicates that a file does not have the expected format |
| BFileNotFoundException.h | Provides an exception that indicates that the specified file could not be found |
| BFillStyle.h | Provides a definition for the way a closed geometry (polygon, ellipse, etc |
| BFont.h | Provides an definition for a text font |
| BGeoCalcCoordinateFormatException.h | Provides an exception that indicates that GeoCalc produced an exception regarding coordinate formats |
| BGeoCalcException.h | Provides an exception that indicates that GeoCalc has produced |
| BGeometry.h | Provides an abstract base class for all geometry objects |
| BGeometryCollection.h | Provides an interface for a collection of BGeometry objects |
| BGeometryCounts.h | Provides a definition for an object that keeps track of the number of BGeometry objects in a collection, as well as the type and class of each BGeometry |
| BGridFileOutOfBoundsException.h | Provides an exception that indicates that the datum shift grid files do not contain data for the specified area |
| BIdentifier.h | Provides an identifier that identifies a geodetic definition in the data source |
| BImporter.h | Contains a definition for the BImporter dialog |
| BIndexOutOfBoundsException.h | Provides an exception that indicates that the specified index was outside the bounds of the collection |
| BInvalidDimensionException.h | Provides an exception that indicates that a point does not have the expected number of dimensions |
| BInvalidParameterException.h | Provides an exception that indicates that a parameter has an unexpected or invalid value |
| BInvalidTypeException.h | Provides a definition for an exception that indicates that an unexpected or invalid type has been encountered |
| BInvalidUnitTypeException.h | Provides a definition for an exception that indicates that an angular unit was encountered in a place where a linear unit was expected, or that a linear unit was found in a place that an angular unit was expected |
| BKeyNotFoundException.h | Provides a definition for an exception that indicates that the specified key does not correspond to a value in the collection |
| BKeyValuePairs.h | Provides a collection of key/value pairs |
| BLayer.h | Provides an abstract base class for a data layer |
| BLayerProcessor.h | Provides an abstract class that performs some operation on a collection of BLayer objects |
| BLayers.h | Provides a collection of BLayer objects |
| BLayerTreeException.h | Provides an exception that indicates that the user attempted to perform an invalid operation on the hierarchy of layers |
| BLibraryInitializationException.h | Provides an exception that indicates that a necessary library could not be initialized |
| BLicenseException.h | Provides an exception that indicates that the user does not have a valid license to use this library |
| BLine.h | Provides a geometry object that represents a straight line segment connecting two points |
| BLinearGeo.h | Provides an abstract base class for line-type geometries, such as lines, polylines, and arcs |
| BLinearUnit.h | Provides a class that defines a unit of measurement for linear values |
| BLineStyle.h | Provides a class that defines the display characteristics for a line |
| BLogger.h | Provides a singleton class providing logging capability |
| BMetadata.h | Provides a collection of key/value pairs representing format-specific properties associated with a piece of data, such as a BFeature or a BLayer |
| BMetadataContainer.h | Provides a base class for objects that contain BMetadata objects |
| BMultilineTextFeature.h | Provides definition for a BFeature containing multiple lines of text |
| BNoCoordSysException.h | Provides an exception that indicates that a coordinate system definition has not been supplied where it is needed |
| BNoLayerDataException.h | Provides an exception that indicates that an attempt has been made to read or write a layer that does not contain any data |
| BNotImplementedException.h | Provides an exception that indicates that the requested feature has not yet been implmented |
| BNotOpenException.h | Provides an exception that indicates that an attempt has been made to read from or write to a data source or sink that has not yet been opened |
| BNullReferenceException.h | Provides an exception that indicates that a NULL pointer was encountered in a place where a valid pointer is required |
| BParamList.h | Provides a collection of key/value pairs representing a set of parameters and values |
| BPath.h | Provides a geometry object representing a connected collection of segments |
| BPoint.h | Provides definition for a three-dimensional coordinate point that implements the BByteStreamable interface |
| BPoint2d.h | Provides definition for a lightweight class representing a coordinate point with two dimensions |
| BPoint3d.h | Provides definition for a lightweight class representing a coordinate point with three dimensions |
| BPointGeo.h | Provides definition for a geometry object that represents a single point |
| BPoints.h | Provides an ordered collection of BPoint objects |
| BPolygon.h | Provides a geometry object that represents a polygon |
| BPolyline.h | Provides a geometry object that represents a polyline |
| BProgressReporter.h | Provides an interface for objects that receive progress reports during read and write operations |
| BRange.h | Provides a numerical range, defined by a maximum and a minimum value |
| BReadWriteMismatchException.h | Provides an exception that indicates that the user has attempted to read from a data sink that is open for writing, or that the user has attempted to write to a data source that is open for reading |
| BRect.h | Provides a rectangle represented by the lower left and upper right corner points |
| BRectangle.h | Provides a geometry object that represents a rectangle |
| BRendition.h | Provides a class encapsulating the display properties for a feature |
| BResamplable.h | Provides an interface for geometry objects that can be be resampled |
| BResampLink.h | Provides a class that links two BResampNodes, used in resampling functions |
| BResampNode.h | Provides a node class used in resampling functions |
| BRotatedRect.h | Provides the definition for a rectangle that has been rotated about its upper-left corner |
| BRotation.h | Provides a definition for a rotation in three-dimensions |
| BRoundedRectangle.h | Provides a geometry that represents a rectangle with rounded corners |
| BSegLink.h | Provides an object representing a link between two points in a BPath |
| BSegment.h | Provides an abstract base class for segment geometries, such as lines, arcs, and polylines |
| BString.h | Provides a string class |
| BSymbolFeature.h | Provides definition for a feature containing a symbol and a collection of points at which the symbol will be displayed |
| BTextFeature.h | Provides a feature containing a single line of text |
| BTextLine.h | Provides a class that encapsulates a line of text and its insertion point |
| BTextLines.h | Provides a collection of BTextLine objects |
| BTransform.h | Provides an abstract base class for objects that transform geometric data |
| BUnit.h | Provides an abstract base class that represents a unit of measurement |
| BUnknownFeatureException.h | Provides an exception that indicates that an unknown or invalid feature type has been encountered |
| BUnknownGeometryException.h | Provides an exception that indicates that an unknown or invalid geometry type has been encountered |
| BUnsupportedCapabilityException.h | Provides an exception that indicates that a required capability is not supported by the reader or writer |
| BUnsupportedCSTypeException.h | Provides an exception that indicates that an unsupported or invalid coordinate system type has been encountered |
| BUnsupportedDataTypeException.h | Provides an exception that indicates that an unsupported data type has been encountered |
| BUnsupportedFileTypeException.h | Provides an exception that indicates that the user attempted to read from or write to an unsupported file format |
| BVariant.h | Provides a data type that can hold many different types of data, such as numerical, point, and string data |
| BVectorDataWriter.h | Provides an abstract base class for objects that write vector data to a data sink |
| BVectorizable.h | Provides an interface for geometry objects that can be converted to a simple type |
| BVectorLayer.h | Provides a layer of vector data, containing features and attributes |
| BVectorTransformer.h | Provides an object that encapsulates the logic necessary to convert a BVectorLayer from one coordinate system to another |
| CapabilityTypes.h | Provides definitions for reader and writer capabilities |
| ClipType.h | Provides a definition for the EClipType enumeration |
| CoordSysType.h | Provides a definition for the ECoordSysType enumeration |
| DataType.h | Provides definitions for many types and enumerations |
| DgnParms.h | This file contains constants used to supply parameters to the DGN reader and writer |
| DSType.h | Contains BString constants that correspond to data formats |
| FeatureType.h | Provides a definition for the EFeatureType enumeration |
| GeoCore.h | Provides some definitions that are used throughout the GeoCore library |
| GeoCoreGlobal.h | Provides definitions for a variety of constants and functions that are used throughout the GeoCore library |
| GeoCoreUI.h | Contains some definitions used by GeoCoreUI |
| GeometryType.h | Provides a definition for the EGeometryType and EGeometryClass enumerations |
| GeoTranslate.h | Provides some definitions used by GeoTranslate |
| KmlParms.h | This file contains constants used to supply parameters to the KML reader and writer |
| ParameterTypes.h | Provides definitions for parameters that are used by many of the format readers and writers |
| ParamNames.h | Provides constants that correspond to GeoCalc projection parameters |
| PropertyNames.h | Provides some constants that represent format-specific properties |
| ShpParms.h | |
| VariantType.h | Provides a definition for the EVariantType enumeration |