Logical Name |
Resource Type |
Mandatory |
Criteria |
Description |
Default Coordinate Reference System |
Geolocation coordinate reference system |
No |
- |
Uses a CRS stored in database. If the CRS is not in database, import it first.
You choose the CRS that will be used by default when geolocating.
|
Geolocation
|
XML document For more information, see the example below. |
No |
- |
Contains administration preferences for geolocation that consist in:
- Allowing or forbidding the selection of a CRS other than the CRS defined by
default
- Listing all objects to be geolocated at creation
|
About Geolocation Resources
A geolocation resource is an XML document. The extract below provides comments associated
to preferences. A sample is available in
\win_b64\resources\standard\Geolocation
.
XML File Example
<Geolocation>
<!--When Following property is set to "Yes", you cannot use any other map Coordinate Reference System than the one defined through Data Setup.-->
<!--This applies only when a default map Coordinate Reference System is defined in Data Setup.-->
<!--Set this property to "No" to allow modification of map Coordinate Reference System once and for all.-->
<Property Name="UseOnlyMapCRSFromDataSetup" Value="Yes"/>
<!--Add BusinessObject nodes to declare new object types to geolocate at creation-->
<!--Remove a BusinessObject node or set its attribute LocateAtCreation to "No" to stop geolocating this object type at creation-->
<BusinessObject LocateAtCreation="Yes" Name="AecOtherSpatialStructureElement"/>
<BusinessObject LocateAtCreation="Yes" Name="AecSite"/>
<BusinessObject LocateAtCreation="Yes" Name="AecTerrain"/>
<BusinessObject LocateAtCreation="Yes" Name="Building"/>
<BusinessObject LocateAtCreation="Yes" Name="Bridge"/>
</Geolocation>