STRID |
An external ID given by the user. |
String Has to be unique among all GeoItems of a single source. Only
the first GeoItem is kept if there is a non-unique STRID. |
The index in the layer is set. No update is possible (you can only
regenerate it). |
NAME |
Name defined by the user. |
String Any other format will be set to "String". |
The string is empty. |
FILENAME |
Lets you choose from a list the datasource attribute to be used to create
the dataset. FILENAME contains the 3D models as declared
in the shapefile. If you do not select any attribute in the
FILENAME list:
- If the datasource does not contain any
FILENAME field
in its shapefile, then the first resource found is used to create the
dataset. A single 3D model is added to the experience.
- If the datasource contains a
FILENAME field in its
shapefile, then this field is used as follows:
- If all the resources exist, the dataset is created. You can have
either a single 3D model, or multiple models in your experience.
- If at least one resource exists, the dataset is created but it does
not contain the features pointing to missing resources.
If you select an attribute in the FILENAME
list (for example, myfile , String , or
FILENAME ):
- If all the resources exist, the dataset is created. You can have either
a single 3D model, or multiple models in your experience.
- If at least one resource exists, the dataset is created but it does not
contain the features pointing to missing resources.
|
String Relative path to a file in resource. |
If no explicit value is defined, it is set to the first 3DXC found in the
resource. Otherwise, the string is empty. |
ALTITUDE |
Defines the altitude at which the GeoItem is grounded. The unit used is
the one of the referential, except for 2D geometries. |
Real |
No attribute for 3D geometries. The attribute is set to 0.0 for 2D
geometries. |
ORIENT |
Defines the pan, tilt and roll orientation of the GeoItem. |
Formatted string 3 Real separated by a space. |
The attribute is set to 0.0 0.0 0.0. |
SCALE |
3-axis scale information. |
Formatted string 3 Real separated by a space. |
The attribute is set to 1.0 1.0 1.0. |
StreamPriority |
Number value used to order GeoItems. GeoItems with highest values are
returned in tiles at Start Level. |
Real |
The attribute is set to 0.0. |
LifespanStart |
Date from which the GeoItem is valid. |
Date or string (with date format). The accepted date format is: yyyy/MM/dd HH:mm:ss.SSSSSS
+HH:mm .
- Valid date separators are ‘/’ or ‘-’.
- Valid date-time separators are space or ‘T’.
- Valid time-time offset separators are space or ‘Z’.
- Valid time offset operators are ‘-’ or ‘+’. No operator is equivalent to the
‘+’ operator.
Note:
The time offset is directly applied to the save date and is not
kept.
Should be set before LifeSpanEnd. |
The attribute is set to the start time. As dates are limited to positive integers and four-digit numbers of the Gregorian calendar, the start time is January 1st in year 0. |
LifespanEnd |
Date to which the GeoItem is valid. |
Date or string (with date format). The accepted date format is: yyyy/MM/dd HH:mm:ss.SSSSSS
+HH:mm .
- Valid date separators are ‘/’ or ‘-’.
- Valid date-time separators are space or ‘T’.
- Valid time-time offset separators are space or ‘Z’.
- Valid time offset operators are ‘-’ or ‘+’. No operator is equivalent to the
‘+’ operator.
Note:
The time offset is directly applied to the save date and is not
kept.
Should be set afterLifeSpanStart. |
The attribute is set to the end time. As dates are limited to positive integers and four-digit numbers of the Gregorian calendar, the end time is December 31st in year 9999. |