27 #include "../../../../dataaccess/property/NumericProperty.h" 28 #include "../../common/Utils.h" 32 #include <boost/cstdint.hpp> 36 return ::v8::Undefined();
41 return ::v8::Undefined();
46 return ::v8::Undefined();
70 return ::v8::Undefined();
77 global->Set(::v8::String::New(
"TeNumericProperty"), jnumericproperty->GetFunction());
87 ::v8::Local<::v8::FunctionTemplate> result = ::v8::FunctionTemplate::New();
88 result->Inherit(pTpl);
90 ::v8::Handle<::v8::ObjectTemplate> prototype = result->PrototypeTemplate();
::v8::Persistent<::v8::FunctionTemplate > & GetSimplePropertyTemplate()
It returns a reference to the persistent template of a SimpleProperty object.
void RegisterNumericProperty(::v8::Local<::v8::Object > &global)
It registers the NumericProperty class.
JavaScript exporting routine for the TerraLib Data Access module.
::v8::Handle<::v8::Value > NumericProperty_GetScale(const ::v8::Arguments &args)
::v8::Persistent<::v8::FunctionTemplate > & GetNumericPropertyTemplate()
It returns a reference to the persistent template of a NumericProperty object.
::v8::Handle<::v8::Value > NumericProperty_Clone(const ::v8::Arguments &args)
static::v8::Persistent<::v8::FunctionTemplate > sdset_numericproperty_template
::v8::Handle<::v8::Value > NumericProperty_Constructor(const ::v8::Arguments &args)
::v8::Handle<::v8::Value > NumericProperty_GetPrecision(const ::v8::Arguments &args)