HydroCouple
2.0.0
HydroCouple Interface Definitions
|
CHydroCouple::IComponentStatusChangeEventArgs | The IComponentStatusChangeEventArgs contains the information that will be passed when the IModelComponent fires the IModelComponent::statusChanged signal |
CHydroCouple::Spatial::IEdge | A directed edge from one vertex to another, adjacent to two faces. Based on Dani Lischinski's code from Graphics Gems IV. Original quad-edge data structure due to Guibas and Stolfi (1985). Does not inherit from geometry to reduce size. since each edge has 4 pointers |
CHydroCouple::Spatial::IEnvelope | The IEnvelope class |
CHydroCouple::IExchangeItemChangeEventArgs | The IExchangeItemChangeEventArgs contains the information that will be passed when the IComponentItem fires the componentItemChanged signal |
▼CHydroCouple::Spatial::IGeometry | IGeometry is the root class of the geometry hierarchy |
▼CHydroCouple::Spatial::ICurve | A Curve is a 1-dimensional geometric object usually stored as a sequence of IPoints, with the subtype of ICurve specifying the form of the interpolation between IPoints |
▼CHydroCouple::Spatial::ILineString | An ILineString is a Curve with linear interpolation between Points. Each consecutive pair of Points defines a Line segment |
CHydroCouple::Spatial::ILine | ILineString with exactly 2 IPoints |
CHydroCouple::Spatial::ILinearRing | An ILinearRing is an ILineString that is both isClosed() and isSimple() |
▼CHydroCouple::Spatial::IGeometryCollection | An IGeometryCollection is a geometric object that is a collection of some number of IGeometry objects |
▼CHydroCouple::Spatial::IMultiCurve | An IMultiCurve is a 1-dimensional IGeometryCollection whose elements are ICurves |
CHydroCouple::Spatial::IMultiLineString | An IMultiLineString is an IMultiCurve whose elements are ILineStrings |
CHydroCouple::Spatial::IMultiPoint | An IMultiPoint is a 0-dimensional IGeometryCollection |
▼CHydroCouple::Spatial::IMultiSurface | A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system |
CHydroCouple::Spatial::IMultiPolygon | An IMultiPolygon is an IMultiSurface whose elements are IPolygons |
▼CHydroCouple::Spatial::IPoint | An IPoint is a 0-dimensional geometric object and represents a single location in coordinate space |
CHydroCouple::Spatial::IVertex | IPoint of a topologically aware IGeometry |
▼CHydroCouple::Spatial::ISurface | A ISurface is a 2-dimensional IGeometry object |
▼CHydroCouple::Spatial::IPolygon | A IPolygon is a planar ISurface defined by 1 exterior boundary and 0 or more interior boundaries |
CHydroCouple::Spatial::ITriangle | An ITriangle is a IPolygon with 3 distinct, non-collinear vertices and no interior boundary |
▼CHydroCouple::Spatial::IPolyhedralSurface | An IPolyhedralSurface is a contiguous collection of polygons, which share common boundary segments |
CHydroCouple::Spatial::ITIN | An ITIN is a triangulated irregular network IPolyhedralSurface consisting only of ITriangle patches |
▼CHydroCouple::IPropertyChanged | IPropertyChanged interface is used to emit signal/event when a property of an object changes |
▼CHydroCouple::IDescription | IDescription interface class provides descriptive information on a HydroCouple object |
▼CHydroCouple::IIdentity | IIdentity interface class defines a method to get the Id of an HydroCouple entity |
►CHydroCouple::IAdaptedOutputFactory | IAdaptedOutputFactory is used to create instances of IAdaptedProducerExchangeItems |
►CHydroCouple::IComponentDataItem | IComponentItem is a fundamental unit of data for a component |
►CHydroCouple::IComponentInfo | IComponentInfo interface class is a factory that provides detailed metadata about a component and creates new instances of a component |
CHydroCouple::IDimension | IDimension provides the properties of the dimensions of a variable |
►CHydroCouple::IModelComponent | IModelComponent interface is the core interface in the HydroCouple standard defining a model component |
CHydroCouple::IWorkflowComponent | The IDataExchangeWorkflowComponent class |
CHydroCouple::Spatial::INetwork | The INetwork class |
CHydroCouple::Spatial::IRaster | A Raster spatial feature |
CHydroCouple::Spatial::IRasterBand | IRasterBand is a single raster band for an IRaster |
CHydroCouple::Spatial::IRegularGrid2D | The IRegularGrid2D class |
CHydroCouple::Spatial::IRegularGrid3D | The IRegularGrid3D class |
CHydroCouple::IUnit | IUnit interface, describing the physical unit of a IQuantity |
CHydroCouple::IUnitDimensions | Defines the order of dimension in each FundamentalDimension for a unit |
▼CHydroCouple::IValueDefinition | IValueDefinition describes a value returned by the getValues() function of IValueSet |
CHydroCouple::IQuality | Qualitative data described items in terms of some quality or categorization that may be 'informal' or may use relatively ill-defined characteristics such as warmth and flavour. However, qualitative data can include well-defined aspects such as gender, nationality or commodity type |
CHydroCouple::IQuantity | IQuantity specifies values as an amount of some unit, usually as a floating point number |
▼CHydroCouple::Temporal::IDateTime | IDateTime interface based on a Julian day |
CHydroCouple::Temporal::ITimeSpan | ITimeSpan specifies a time duration |
CHydroCouple::Spatial::ISpatialReferenceSystem | Spatial Reference System |
CLinearRing | The LinearRing struct |
CLinearRingM | The LinearRingM struct |
CLinearRingZ | The LinearRingZ struct |
CLinearRingZM | The LinearRingZM struct |
CPoint | The Point struct |
CPointM | The PointM struct |
CPointZ | The PointZ struct |
CPointZM | The PointZM struct |
CWKBGeometry | The WKBGeometry union |
CWKBGeometryCollection | The WKBGeometryCollection struct |
CWKBGeometryCollectionM | The WKBGeometryCollectionM struct |
CWKBGeometryCollectionZ | The WKBGeometryCollectionZ struct |
CWKBGeometryCollectionZM | The WKBGeometryCollectionZM struct |
CWKBGeometryM | The WKBGeometryM union |
CWKBGeometryZ | The WKBGeometryZ union |
CWKBGeometryZM | The WKBGeometryZM union |
CWKBLineString | The WKBLineString struct |
CWKBLineStringM | The WKBLineStringM struct |
CWKBLineStringZ | The WKBLineStringZ struct |
CWKBLineStringZM | The WKBLineStringZM struct |
CWKBMultiLineString | The WKBMultiLineString struct |
CWKBMultiLineStringM | The WKBMultiLineStringM struct |
CWKBMultiLineStringZ | The WKBMultiLineStringZ struct |
CWKBMultiLineStringZM | The WKBMultiLineStringZM struct |
CWKBMultiPoint | The WKBMultiPoint struct |
CWKBMultiPointM | The WKBMultiPointM struct |
CWKBMultiPointZ | The WKBMultiPointZ struct |
CWKBMultiPointZM | The WKBMultiPointZM struct |
CWKBMultiPolygon | The WKBMultiPolygon struct |
CWKBMultiPolygonM | The WKBMultiPolygonM struct |
CWKBMultiPolygonZ | The WKBMultiPolygonZ struct |
CWKBMultiPolygonZM | The WKBMultiPolygonZM struct |
CWKBPoint | The WKBPoint struct |
CWKBPointM | The WKBPointM struct |
CWKBPointZ | The WKBPointZ struct |
CWKBPointZM | The WKBPointZM struct |
CWKBPolygon | The WKBPolygon struct |
CWKBPolygonM | The WKBPolygonM struct |
CWKBPolygonZ | The WKBPolygonZ struct |
CWKBPolygonZM | The WKBPolygonZM struct |
CWKBPolyhedralSurface | The WKBPolyhedralSurface struct |
CWKBPolyhedralSurfaceM | The WKBPolyhedralSurfaceM struct |
CWKBPolyhedralSurfaceZ | The WKBPolyhedralSurfaceZ struct |
CWKBPolyhedralSurfaceZM | The WKBPolyhedralSurfaceZM struct |
CWKBTIN | The WKBTIN struct |
CWKBTINM | The WKBTINM struct |
CWKBTINZ | The WKBTINZ struct |
CWKBTINZM | The WKBTINZM struct |
CWKBTriangle | The WKBTriangle struct |
CWKBTriangleM | The WKBTriangleM struct |
CWKBTriangleZ | The WKBTriangleZ struct |
CWKBTriangleZM | The WKBTriangleZM struct |