: Public <<type>> Class
Created: 10/04/2008 12:15:53
Modified: 10/04/2008 12:15:53
Project:
Advanced:
The common binary Real finite implementation using base 2. Since such reals can approximate any measure where absolute accuracy is not possible, this form of numeric is most often used for measures. In cases were absolute accuracy is needed, such as currencies, then a decimal representation may be preferred (assuming the currency is decimal, such as the US dollar, British pound, etc.). Where there are no subunits possible, Integer numbers may be preferred.  <br /></p><p><br /></p><p>Can be thought of as an integer part followed by a fractional part given in multiples of powers of 1/2 (halves).<br /></p>
Operation
Public
absoluteValue():Real
Details:
Sequential
Notes: The positive (or non-negative) real having the same magnitude as the source,
Public
asDecimal( length: Integer,
):Decimal
Details:
Sequential
Public
floor():Integer
Details:
Sequential
Notes: Round Down to the Nearest Integer
Tag Value
byValuePropertyType false
Details:
Values: false
Default: false
Description: Create a property type that requires that the instance is encoded inline (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
gmlMixin false
Details:
Values: true | false
Default: false
Description: Identifies the feature type as a mixin type that will not be encoded as a separate element/type in the GML encoding.
isCollection false
Details:
Values: true | false
Default: false
Description: Identifies the type as an object collection.
noPropertyType false
Details:
Values: false
Default: false
Description: Surpress creation of a standard property type that supports inline or by-reference encoding (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
persistence persistent
Details:
 
xsdEncodingRule iso19136_2007_INSPIRE_Extensions
Details:
Values: iso19136_2007 | iso19139_2007 | iso19136_2007_INSPIRE_Extensions
Default: iso19136_2007_INSPIRE_Extensions
Description: XML Schema encoding rule to apply
Object Type Connection Direction Notes
«type» Number Class Generalization To