Click or drag to resize

cTaxonDataStructures Class

[Missing <summary> documentation for "T:EwECore.cTaxonDataStructures"]

Inheritance Hierarchy
SystemObject
  EwECorecTaxonDataStructures

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cTaxonDataStructures

The cTaxonDataStructures type exposes the following members.

Constructors
  NameDescription
Public methodcTaxonDataStructures
Create a new instance of cTaxonDataStructures
Top
Properties
  NameDescription
Public propertyGroupTaxa
Get the one-based index of a taxon for a given group.
Public propertyNumGroupTaxa
Get the number of taxa assigned to a given group.
Top
Methods
  NameDescription
Public methodClear
'Forget' internal data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalizeProportions
Public methodRedimTaxon
Allocate memory for data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldIsTaxonStanza
Flag stating whether TaxonTarget(i) refers to a stanza (true) or a group (false)
Public fieldNumTaxon
Total number of taxonomy codes.
Public fieldTaxonClass
Taxonomy class names (xNumTaxa).
Public fieldTaxonCodeAphia
Taxonomy AphiaID codes (xNumTaxa).
Public fieldTaxonCodeAquaMaps
Taxonomy Aquamaps codes (xNumTaxa).
Public fieldTaxonCodeFAO
Taxonomy FAO codes (xNumTaxa).
Public fieldTaxonCodeFB
Taxonomy FishBase codes (xNumTaxa).
Public fieldTaxonCodeLSID
Taxonomy TDWG LSID codes (xNumTaxa).
Public fieldTaxonCodeOBIS
Taxonomy OBIS Taxonomic numbers (xNumTaxa).
Public fieldTaxonCodeSAUP
Taxonomy SAUP codes (xNumTaxa).
Public fieldTaxonCodeSLB
Taxonomy SeaLifeBase codes (xNumTaxa).
Public fieldTaxonDBID
Taxonomy code DBID (xNumTaxa).
Public fieldTaxonEast
Eastern limit of taxon occurrence bounding box
Public fieldTaxonEcologyType
Ecology types for taxa
Public fieldTaxonExploitationStatus
Taxa exploitaiton status
Public fieldTaxonFamily
Taxonomy family names (xNumTaxa).
Public fieldTaxonGenus
Taxonomy genus names (xNumTaxa).
Public fieldTaxonIUCNConservationStatus
Taxa IUCN csonservation status
Public fieldTaxonK
Public fieldTaxonLastUpdated
Taxonomy last updated dates (xNumTaxa) in julian day format.
Public fieldTaxonMaxLength
Public fieldTaxonMeanLength
Public fieldTaxonMeanLifeSpan
Public fieldTaxonMeanWeight
Public fieldTaxonName
Taxonomy (common) names (xNumTaxa).
Public fieldTaxonNorth
Northern limit of taxon occurrence bounding box
Public fieldTaxonOccurrenceStatus
Taxa occurrence status
Public fieldTaxonOrder
Taxonomy order names (xNumTaxa).
Public fieldTaxonOrganismType
Organism types for taxa
Public fieldTaxonPropBiomass
Taxon proportion of biomass (xNumTaxa)
Public fieldTaxonPropCatch
Taxa proportion of catch (xNumTaxa)
Public fieldTaxonSource
Taxonomy source names where Taxon information was derived from (xNumTaxa).
Public fieldTaxonSourceKey
Taxonomy source keys to access Taxon information in a source(xNumTaxa).
Public fieldTaxonSouth
Southern limit of taxon occurrence bounding box
Public fieldTaxonSpecies
Taxonomy species names (xNumTaxa).
Public fieldTaxonTarget
Taxon assignments (xNumTaxa) -> iGroup / iStanza
Public fieldTaxonVulnerabilityIndex
Public fieldTaxonWest
Western limit of taxon occurrence bounding box
Public fieldTaxonWinf
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also