My Project
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
resqml2_0_1::ContinuousPropertySeries Class Reference
Inheritance diagram for resqml2_0_1::ContinuousPropertySeries:
resqml2_0_1::ContinuousProperty resqml2::AbstractValuesProperty resqml2::AbstractProperty resqml2::AbstractObject

Public Member Functions

 ContinuousPropertySeries (resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, const unsigned int &dimension, const gsoap_resqml2_0_1::resqml2__IndexableElements &attachmentKind, const gsoap_resqml2_0_1::resqml2__ResqmlUom &uom, const gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind &energisticsPropertyKind, resqml2::TimeSeries *ts, const bool &useInterval=false)
 
 ContinuousPropertySeries (resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, const unsigned int &dimension, const gsoap_resqml2_0_1::resqml2__IndexableElements &attachmentKind, const gsoap_resqml2_0_1::resqml2__ResqmlUom &uom, resqml2::PropertyKind *localPropKind, resqml2::TimeSeries *ts, const bool &useInterval=false)
 
 ContinuousPropertySeries (gsoap_resqml2_0_1::_resqml2__ContinuousPropertySeries *fromGsoap)
 
 ~ContinuousPropertySeries ()
 
virtual std::string getXmlTag () const
 
std::string getResqmlVersion () const
 
- Public Member Functions inherited from resqml2_0_1::ContinuousProperty
 ContinuousProperty (resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, const unsigned int &dimension, const gsoap_resqml2_0_1::resqml2__IndexableElements &attachmentKind, const gsoap_resqml2_0_1::resqml2__ResqmlUom &uom, const gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind &energisticsPropertyKind)
 
 ContinuousProperty (resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, const unsigned int &dimension, const gsoap_resqml2_0_1::resqml2__IndexableElements &attachmentKind, const gsoap_resqml2_0_1::resqml2__ResqmlUom &uom, resqml2::PropertyKind *localPropKind)
 
 ContinuousProperty (resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, const unsigned int &dimension, const gsoap_resqml2_0_1::resqml2__IndexableElements &attachmentKind, const std::string &nonStandardUom, const gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind &energisticsPropertyKind)
 
 ContinuousProperty (resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, const unsigned int &dimension, const gsoap_resqml2_0_1::resqml2__IndexableElements &attachmentKind, const std::string &nonStandardUom, resqml2::PropertyKind *localPropKind)
 
 ContinuousProperty (gsoap_resqml2_0_1::_resqml2__ContinuousProperty *fromGsoap)
 
virtual ~ContinuousProperty ()
 
const gsoap_resqml2_0_1::resqml2__ResqmlUom & getUom () const
 
std::string getUomAsString () const
 
void pushBackDoubleHdf5Array1dOfValues (double *values, const ULONG64 &valueCount, resqml2::AbstractHdfProxy *proxy, const double &minimumValue=std::numeric_limits< double >::quiet_NaN(), const double &maximumValue=std::numeric_limits< double >::quiet_NaN())
 
void pushBackDoubleHdf5Array2dOfValues (double *values, const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInSlowestDim, resqml2::AbstractHdfProxy *proxy, const double &minimumValue=std::numeric_limits< double >::quiet_NaN(), const double &maximumValue=std::numeric_limits< double >::quiet_NaN())
 
void pushBackDoubleHdf5Array3dOfValues (double *values, const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInMiddleDim, const ULONG64 &valueCountInSlowestDim, resqml2::AbstractHdfProxy *proxy, const double &minimumValue=std::numeric_limits< double >::quiet_NaN(), const double &maximumValue=std::numeric_limits< double >::quiet_NaN())
 
void pushBackDoubleHdf5ArrayOfValues (double *values, unsigned long long *numValues, const unsigned int &numArrayDimensions, resqml2::AbstractHdfProxy *proxy, double *minimumValue=nullptr, double *maximumValue=nullptr)
 
void pushBackFloatHdf5Array1dOfValues (float *values, const ULONG64 &valueCount, resqml2::AbstractHdfProxy *proxy, const double &minimumValue=std::numeric_limits< double >::quiet_NaN(), const double &maximumValue=std::numeric_limits< double >::quiet_NaN())
 
void pushBackFloatHdf5Array2dOfValues (float *values, const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInSlowestDim, resqml2::AbstractHdfProxy *proxy, const double &minimumValue=std::numeric_limits< double >::quiet_NaN(), const double &maximumValue=std::numeric_limits< double >::quiet_NaN())
 
void pushBackFloatHdf5Array3dOfValues (float *values, const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInMiddleDim, const ULONG64 &valueCountInSlowestDim, resqml2::AbstractHdfProxy *proxy, const double &minimumValue=std::numeric_limits< double >::quiet_NaN(), const double &maximumValue=std::numeric_limits< double >::quiet_NaN())
 
void pushBackFloatHdf5ArrayOfValues (float *values, unsigned long long *numValues, const unsigned int &numArrayDimensions, resqml2::AbstractHdfProxy *proxy, double *minimumValue=nullptr, double *maximumValue=nullptr)
 
void createFloatHdf5ArrayOfValues (unsigned long long *numValues, const unsigned int &numArrayDimensions, resqml2::AbstractHdfProxy *proxy)
 
void createFloatHdf5Array3dOfValues (const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInMiddleDim, const ULONG64 &valueCountInSlowestDim, resqml2::AbstractHdfProxy *proxy)
 
void pushBackFloatHdf5SlabArray3dOfValues (float *values, const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInMiddleDim, const ULONG64 &valueCountInSlowestDim, const ULONG64 &offsetInFastestDim, const ULONG64 &offsetInMiddleDim, const ULONG64 &offsetInSlowestDim, resqml2::AbstractHdfProxy *proxy)
 
void pushBackFloatHdf5SlabArrayOfValues (float *values, unsigned long long *numValues, unsigned long long *offsetValues, const unsigned int &numArrayDimensions, resqml2::AbstractHdfProxy *proxy)
 
void getDoubleValuesOfPatch (const unsigned int &patchIndex, double *values)
 
void getFloatValuesOfPatch (const unsigned int &patchIndex, float *values)
 
void getFloatValuesOfPatch (const unsigned int &patchIndex, float *values, unsigned long long *numValuesInEachDimension, unsigned long long *offsetInEachDimension, const unsigned int &numArrayDimensions)
 
void getFloatValuesOf3dPatch (const unsigned int &patchIndex, float *values, const ULONG64 &valueCountInFastestDim, const ULONG64 &valueCountInMiddleDim, const ULONG64 &valueCountInSlowestDim, const ULONG64 &offsetInFastestDim, const ULONG64 &offsetInMiddleDim, const ULONG64 &offsetInSlowestDim)
 
double getMinimumValue ()
 
double getMaximumValue ()
 
gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind getFirstAllowedPropertyKindParent () const
 
- Public Member Functions inherited from resqml2::AbstractValuesProperty
 AbstractValuesProperty ()
 
 AbstractValuesProperty (gsoap_resqml2_0_1::resqml2__AbstractValuesProperty *fromGsoap)
 
virtual ~AbstractValuesProperty ()
 
unsigned int getPatchCount () const
 
AbstractValuesProperty::hdfDatatypeEnum getValuesHdfDatatype () const
 
void pushBackRefToExistingDataset (resqml2::AbstractHdfProxy *hdfProxy, const bool &isAnIntegerDataset, const std::string &dataset="")
 
long getLongValuesOfPatch (const unsigned int &patchIndex, long *values)
 
long getNullValueOfPatch (const unsigned int &patchIndex)
 
unsigned long getULongValuesOfPatch (const unsigned int &patchIndex, unsigned long *values)
 
int getIntValuesOfPatch (const unsigned int &patchIndex, int *values)
 
unsigned int getUIntValuesOfPatch (const unsigned int &patchIndex, unsigned int *values)
 
short getShortValuesOfPatch (const unsigned int &patchIndex, short *values)
 
unsigned short getUShortValuesOfPatch (const unsigned int &patchIndex, unsigned short *values)
 
char getCharValuesOfPatch (const unsigned int &patchIndex, char *values)
 
unsigned char getUCharValuesOfPatch (const unsigned int &patchIndex, unsigned char *values)
 
unsigned int getValuesCountOfPatch (const unsigned int &patchIndex)
 
unsigned int getValuesCountOfDimensionOfPatch (const unsigned int &dimIndex, const unsigned int &patchIndex)
 
unsigned int getDimensionsCountOfPatch (const unsigned int &patchIndex)
 
void pushBackFacet (const gsoap_resqml2_0_1::resqml2__Facet &facet, const std::string &facetValue)
 
unsigned int getFacetCount () const
 
gsoap_resqml2_0_1::resqml2__Facet getFacet (const unsigned int &index) const
 
std::string getFacetValue (const unsigned int &index) const
 
void createLongHdf5ArrayOfValues (unsigned long long *numValues, const unsigned int &numArrayDimensions, resqml2::AbstractHdfProxy *proxy)
 
void createLongHdf5Array3dOfValues (const unsigned int &valueCountInFastestDim, const unsigned int &valueCountInMiddleDim, const unsigned int &valueCountInSlowestDim, resqml2::AbstractHdfProxy *proxy)
 
void pushBackLongHdf5SlabArray3dOfValues (long *values, const unsigned int &valueCountInFastestDim, const unsigned int &valueCountInMiddleDim, const unsigned int &valueCountInSlowestDim, const unsigned int &offsetInFastestDim, const unsigned int &offsetInMiddleDim, const unsigned int &offsetInSlowestDim, resqml2::AbstractHdfProxy *proxy)
 
void pushBackLongHdf5SlabArrayOfValues (long *values, unsigned long long *numValues, unsigned long long *offsetValues, const unsigned int &numArrayDimensions, resqml2::AbstractHdfProxy *proxy)
 
void getLongValuesOfPatch (const unsigned int &patchIndex, long *values, unsigned long long *numValuesInEachDimension, unsigned long long *offsetInEachDimension, const unsigned int &numArrayDimensions)
 
void getLongValuesOf3dPatch (const unsigned int &patchIndex, long *values, const unsigned int &valueCountInFastestDim, const unsigned int &valueCountInMiddleDim, const unsigned int &valueCountInSlowestDim, const unsigned int &offsetInFastestDim, const unsigned int &offsetInMiddleDim, const unsigned int &offsetInSlowestDim)
 
- Public Member Functions inherited from resqml2::AbstractProperty
 AbstractProperty ()
 
 AbstractProperty (gsoap_resqml2_0_1::resqml2__AbstractProperty *fromGsoap)
 
virtual ~AbstractProperty ()
 
void setRepresentation (class AbstractRepresentation *rep)
 
class AbstractRepresentationgetRepresentation () const
 
std::string getRepresentationUuid () const
 
std::string getRepresentationTitle () const
 
std::string getRepresentationContentType () const
 
void setTimeSeries (class TimeSeries *ts)
 
TimeSeriesgetTimeSeries () const
 
std::string getTimeSeriesUuid () const
 
std::string getTimeSeriesTitle () const
 
void setTimeIndex (const unsigned int &timeIndex, class TimeSeries *ts)
 
void setTimeStep (const unsigned int &timeStep)
 
time_t getTimestamp () const
 
unsigned int getTimeIndex () const
 
void setHdfProxy (AbstractHdfProxy *proxy)
 
AbstractHdfProxygetHdfProxy () const
 
std::string getHdfProxyUuid () const
 
unsigned int getElementCountPerValue () const
 
gsoap_resqml2_0_1::resqml2__IndexableElements getAttachmentKind () const
 
bool isAssociatedToOneStandardEnergisticsPropertyKind () const
 
std::string getPropertyKindDescription () const
 
std::string getPropertyKindAsString () const
 
std::string getPropertyKindParentAsString () const
 
gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind getEnergisticsPropertyKind () const
 
void setLocalPropertyKind (class PropertyKind *propKind)
 
std::string getLocalPropertyKindUuid () const
 
std::string getLocalPropertyKindTitle () const
 
class PropertyKindgetLocalPropertyKind () const
 
- Public Member Functions inherited from resqml2::AbstractObject
bool isPartial () const
 
std::string getUuid () const
 
std::string getTitle () const
 
std::string getEditor () const
 
time_t getCreation () const
 
std::string getOriginator () const
 
std::string getDescription () const
 
time_t getLastUpdate () const
 
std::string getFormat () const
 
std::string getDescriptiveKeywords () const
 
void setTitle (const std::string &title)
 
void setEditor (const std::string &editor)
 
void setCreation (const time_t &creation)
 
void setOriginator (const std::string &originator)
 
void setDescription (const std::string &description)
 
void setLastUpdate (const time_t &lastUpdate)
 
void setFormat (const std::string &format)
 
void setDescriptiveKeywords (const std::string &descriptiveKeywords)
 
void setMetadata (const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords)
 
void serializeIntoStream (std::ostream *stream)
 
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * getGsoapProxy () const
 
soap * getGsoapContext () const
 
int getGsoapType () const
 
gsoap_resqml2_0_1::eml__DataObjectReference * newResqmlReference () const
 
gsoap_resqml2_0_1::resqml2__ContactElementReference * newResqmlContactElementReference () const
 
common::EpcDocumentgetEpcDocument () const
 
virtual std::string getXmlNamespace () const
 
std::string getContentType () const
 
std::string getPartNameInEpcDocument () const
 
std::string serializeIntoString ()
 
void addAlias (const std::string &authority, const std::string &title)
 
unsigned int getAliasCount () const
 
std::string getAliasAuthorityAtIndex (const unsigned int &index) const
 
std::string getAliasTitleAtIndex (const unsigned int &index) const
 
const std::vector< resqml2::Activity * > & getActivitySet () const
 
void addOrSetExtraMetadata (const std::string &key, const std::string &value)
 
std::tr1::unordered_map< std::string, std::string > getExtraMetadataSet () const
 
std::string getExtraMetadata (const std::string &key)
 
unsigned int getExtraMetadataCount () const
 
std::string getExtraMetadataKeyAtIndex (const unsigned int &index) const
 
std::string getExtraMetadataStringValueAtIndex (const unsigned int &index) const
 

Static Public Attributes

static const char * XML_TAG = "ContinuousPropertySeries"
 
- Static Public Attributes inherited from resqml2_0_1::ContinuousProperty
static const char * XML_TAG = "ContinuousProperty"
 

Protected Member Functions

void importRelationshipSetFromEpc (common::EpcDocument *epcDoc)
 
- Protected Member Functions inherited from resqml2_0_1::ContinuousProperty
 ContinuousProperty ()
 
- Protected Member Functions inherited from resqml2::AbstractValuesProperty
std::string getPathInHdfFileOfPatch (const unsigned int &patchIndex, LONG64 &nullValue) const
 
- Protected Member Functions inherited from resqml2::AbstractProperty
void setXmlRepresentation (class AbstractRepresentation *rep)
 
void setXmlTimeSeries (TimeSeries *ts)
 
void setXmlLocalPropertyKind (class PropertyKind *propKind)
 
virtual std::vector< epc::RelationshipgetAllEpcRelationships () const
 
- Protected Member Functions inherited from resqml2::AbstractObject
 AbstractObject (common::EpcDocument *epcDoc, gsoap_resqml2_0_1::eml__DataObjectReference *partialObject)
 Indicate whether methods update the XML (gSoap) or only the C++ classes of the API. More...
 
 AbstractObject (gsoap_resqml2_0_1::eml__AbstractCitedDataObject *proxy=nullptr)
 
void initMandatoryMetadata ()
 
void setMetadata (const std::string &guid, const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords)
 

Additional Inherited Members

- Public Types inherited from resqml2::AbstractValuesProperty
enum  hdfDatatypeEnum {
  UNKNOWN = 0, DOUBLE = 1, FLOAT = 2, LONG = 3,
  ULONG = 4, INT = 5, UINT = 6, SHORT = 7,
  USHORT = 8, CHAR = 9, UCHAR = 10
}
 
- Static Protected Member Functions inherited from resqml2::AbstractObject
static void addActivityToResqmlObject (resqml2::Activity *activity, AbstractObject *resqmlObject)
 
- Protected Attributes inherited from resqml2::AbstractProperty
class AbstractLocal3dCrslocal3dCrs
 
- Protected Attributes inherited from resqml2::AbstractObject
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * gsoapProxy2_0_1
 
common::EpcDocumentepcDocument
 
std::vector< resqml2::Activity * > activitySet
 
bool updateXml
 

Constructor & Destructor Documentation

resqml2_0_1::ContinuousPropertySeries::ContinuousPropertySeries ( resqml2::AbstractRepresentation rep,
const std::string &  guid,
const std::string &  title,
const unsigned int &  dimension,
const gsoap_resqml2_0_1::resqml2__IndexableElements &  attachmentKind,
const gsoap_resqml2_0_1::resqml2__ResqmlUom &  uom,
const gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind &  energisticsPropertyKind,
resqml2::TimeSeries ts,
const bool &  useInterval = false 
)

Creates an instance of this class in a gsoap context.

Parameters
repThe representation which supports these property values.
guidThe guid to set to the fault. If empty then a new guid will be generated.
titleA title for the instance to create.
dimensionThe dimension of each value (scalar properties == 1).
attachmentKindThe topological orbit which support each value. uom The uom of the values
energisticsPropertyKindThe property type of these property values which must be defined in the standard energistics property kind catalog.
tsThe associated time series.
useIntervalIndicates wether the property values will be attached to the time index or to the interval between consecutive time index.
resqml2_0_1::ContinuousPropertySeries::ContinuousPropertySeries ( resqml2::AbstractRepresentation rep,
const std::string &  guid,
const std::string &  title,
const unsigned int &  dimension,
const gsoap_resqml2_0_1::resqml2__IndexableElements &  attachmentKind,
const gsoap_resqml2_0_1::resqml2__ResqmlUom &  uom,
resqml2::PropertyKind localPropKind,
resqml2::TimeSeries ts,
const bool &  useInterval = false 
)

Creates an instance of this class in a gsoap context.

Parameters
repThe representation which supports these property values.
guidThe guid to set to the fault. If empty then a new guid will be generated.
titleA title for the instance to create.
dimensionThe dimension of each value (scalar properties == 1).
attachmentKindThe topological orbit which support each value. uom The uom of the values
localPropKindThe property type of these property values which must be defined in the EPC document as a local property kind.
tsThe associated time series.
useIntervalIndicates wether the property values will be attached to the time index or to the interval between consecutive time index.
resqml2_0_1::ContinuousPropertySeries::ContinuousPropertySeries ( gsoap_resqml2_0_1::_resqml2__ContinuousPropertySeries *  fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

resqml2_0_1::ContinuousPropertySeries::~ContinuousPropertySeries ( )
inline

Destructor does nothing since the memory is managed by the gsoap context.

Member Function Documentation

std::string resqml2_0_1::ContinuousPropertySeries::getResqmlVersion ( ) const
inlinevirtual

Get the XML tag for the XML serialization of this instance

Reimplemented from resqml2::AbstractObject.

virtual std::string resqml2_0_1::ContinuousPropertySeries::getXmlTag ( ) const
inlinevirtual

Get the XML tag for the XML serialization of this instance

Reimplemented from resqml2_0_1::ContinuousProperty.

void ContinuousPropertySeries::importRelationshipSetFromEpc ( common::EpcDocument epcDoc)
protectedvirtual

Resolve all relationships of the object in an epc document

Reimplemented from resqml2::AbstractProperty.


The documentation for this class was generated from the following files: