instantreality 1.0

Component:
Geospatial
Status:
fully implemented
Structure type:
concrete
Standard:
X3D3.0

GeoPositionInterpolator

GeoPositionInterpolator animates objects within a geographic coordinate system. GeoPositionInterpolator can contain a GeoOrigin node. Typical input: ROUTE someTimeSensor.fraction_changed TO someInterpolator.set_fraction Typical output: ROUTE someInterpolator.value_changed TO destinationNode.set_attribute.

Inheritance

Code

XML encoding
<GeoPositionInterpolator geoSystem=''GD','WE''
keyValue=''
key=''
enabled='TRUE'
logFeature=''
 />
Classic encoding
GeoPositionInterpolator {
	geoSystem ["'GD','WE'"]
	keyValue []
	key []
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFString geoSystem MFString initializeOnly 'GD','WE' Defines the geographic coordinate system that will be used for the geospatial coordinates in that node.
MFVec3d keyValue MFVec3d initializeOnly Output values for linear interopolation, each corresponding to time-fraction keys. Hint: number of keys must match number of keyValues!
SFVec3f value_changed SFVec3f outputOnly Linearly interpolated output value determined by current key time and corresponding keyValue pair.
SFNode geoOrigin SFNode initializeOnly GeoOrigin The geoOrigin field is used to specify a local coordinate frame for extended precision.
SFVec3d geovalue_changed SFVec3d outputOnly (-inf, inf) corresponds to value_changed, but positions are specified in the geographic system given by geoSystem.
SFFloat set_fraction SFFloat inputOnly set_fraction selects input key for corresponding keyValue output.
MFFloat key MFFloat inputOutput Definition parameters for linear-interpolation function time intervals, in increasing order and corresponding to keyValues. Hint: number of keys must match number of keyValues!
SFBool enabled SFBool inputOutput TRUE Flag to enable/disable the node behaviour
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element