Click or drag to resize

SimpleRepository Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The SimpleRepository type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBoxData
Implemented by derived classes to retrieve the RepositoryBoundingBoxData objects that describe the bounding boxes of the repository content.
(Inherited from Repository.)
Public propertyBoundingBoxes
The BoundingBox objects that contain the repository content.
(Overrides RepositoryBoundingBoxes.)
Public propertyCopyrightString
Get the copyright string for this Dataset.
(Overrides RepositoryCopyrightString.)
Public propertyCountries
Gets an array of Countrys for which data in this SimpleRepository is available.
(Overrides RepositoryCountries.)
Public propertyCustomTables
The tables in this data file, if it's a custom data file.
Public propertyDatasetHashCode
Gets the hash code for this Repository's dataset. The hash code may be used to identify the dataset.
(Inherited from LocalRepository.)
Public propertyDatasetHashCodeString
Provides a consistent string representation of DatasetHashCode.
(Inherited from Repository.)
Public propertyFileInfo
Get a string containing information about the file, such as name, vendor and version.
Public propertyFileName
Get the filename of this dataset
Public propertyHasGlobalData
May be used to determine if global data is available in this Dataset (true) or not (false).
(Overrides RepositoryHasGlobalData.)
Public propertyIsDisposed
Gets whether the repository has been Disposed.
(Inherited from Repository.)
Public propertyName
Get the name of this Dataset.
Public propertyPostProcessingInfo
Get a string containing file information about this Dataset.
Public propertyRegions
Gets an array of regions for which data in this SimpleRepository is available.
(Overrides RepositoryRegions.)
Public propertyVendorName
Gets the vendor name for this dataset.
Public propertyVendorVersion
Gets the version number for this dataset.
(Overrides RepositoryVendorVersion.)
Public propertyVersion
Get version details for this Dataset.
Top
See Also