HTML Encoding and Default Values⤴
                <GeoCoordinate
                
                geoOrigin='x3dom.nodeTypes.GeoOrigin'
                
                geoSystem='['GD','WE']'
                
                metadata='X3DMetadataObject'
                
                point='[]'
                
                ></GeoCoordinate>
            
        Inheritance⤴
- Core/X3DNode(18)
 - Rendering/X3DGeometricPropertyNode(7)
 - Rendering/X3DCoordinateNode(3)
 - GeoCoordinate
 
Fields⤴
            These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via
            DOM functions (i.e., using
            
        
setAttribute("myFieldName", "myFieldValue") and
            getAttribute("myFieldName")).
        | Name | Type | Default Value | Range | Inheritance | Standard | Description | 
|---|---|---|---|---|---|---|
| geoOrigin | SFNode | GeoOrigin | 
                
                     
                
             | 
            The geoOrigin field is used to specify a local coordinate frame for extended precision. | ||
| geoSystem | MFString | ['GD','WE'] | {["GD", ...], ["UTM", ...], ["GC", ...]} | 
                
                     
                
             | 
            The geoSystem field is used to define the spatial reference frame. | |
| metadata | SFNode | X3DMetadataObject | Core/X3DNode | 
                
                     
                
             | 
            Field to add metadata information | |
| point | MFVec3f | [] | 
                
                     
                
             | 
            The point array is used to contain the actual geospatial coordinates and should be provided in a format consistent with that specified for the particular geoSystem. | 
 documentation