Schema definition GeoViewpoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1145.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@centerOfRotation   Optional
@description   Optional
@fieldOfView   Optional
@geoSystem   Optional
@jump   Optional
@orientation   Optional
@position   Optional
@retainUserOffsets   Optional
@speedFactor   Optional
-geoOrigin   Optional
-metadata   Optional
-children   Optional
used by GeoMetadata / -data > array items [0]+ / Schema / GeoViewpoint
Scene / -children > array items [0]+ / Schema / GeoViewpoint
ViewpointGroup / -children > array items [0]+ / Schema / GeoViewpoint
-allNodes > array items [0]+ / Schema / GeoViewpoint
-child / GeoViewpoint
-children > array items [0]+ / Schema / GeoViewpoint
source code "GeoViewpoint": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@centerOfRotation": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@description": {
            "type": "string"
        },
        "@fieldOfView": {
            "type": "number",
            "exclusiveMinimum": 0,
            "exclusiveMaximum": 3.1416,
            "default": 0.7854
        },
        "@geoSystem": {
            "$ref": "#/definitions/@geoSystem"
        },
        "@jump": {
            "type": "boolean",
            "default": true
        },
        "@orientation": {
            "$ref": "#/definitions/@rotation"
        },
        "@position": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 100000
                }
            ],
            "additionalItems": false
        },
        "@retainUserOffsets": {
            "type": "boolean",
            "default": false
        },
        "@speedFactor": {
            "type": "number",
            "minimum": 0,
            "default": 1
        },
        "-geoOrigin": {
            "$ref": "#/definitions/-geoOrigin"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property GeoViewpoint / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1146.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property GeoViewpoint / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1147.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property GeoViewpoint / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1148.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property GeoViewpoint / @centerOfRotation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1149.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@centerOfRotation": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard GeoViewpoint / @centerOfRotation > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1150.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property GeoViewpoint / @description
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1151.png
property details
Occurrence  Optional
type String
source code "@description": {
    "type": "string"
}

Property GeoViewpoint / @fieldOfView
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1152.png
property details
Occurrence  Optional
schema details
Default  0.7854
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
Maximum  3.1416
Excl. Max  true
source code "@fieldOfView": {
    "type": "number",
    "exclusiveMinimum": 0,
    "exclusiveMaximum": 3.1416,
    "default": 0.7854
}

Property GeoViewpoint / @geoSystem
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1153.png
property details
Occurrence  Optional
reference @geoSystem
source code "@geoSystem": {
    "$ref": "#/definitions/@geoSystem"
}

Property GeoViewpoint / @jump
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1154.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@jump": {
    "type": "boolean",
    "default": true
}

Property GeoViewpoint / @orientation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1155.png
property details
Occurrence  Optional
reference @rotation
source code "@orientation": {
    "$ref": "#/definitions/@rotation"
}

Property GeoViewpoint / @position
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1156.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
source code "@position": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": 100000
        }
    ],
    "additionalItems": false
}

Array item GeoViewpoint / @position > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1157.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Array item GeoViewpoint / @position > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1158.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Array item GeoViewpoint / @position > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1159.png
schema details
Default  100000
type Numeric
source code {
    "type": "number",
    "default": 100000
}

Property GeoViewpoint / @retainUserOffsets
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1160.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@retainUserOffsets": {
    "type": "boolean",
    "default": false
}

Property GeoViewpoint / @speedFactor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1161.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
source code "@speedFactor": {
    "type": "number",
    "minimum": 0,
    "default": 1
}

Property GeoViewpoint / -geoOrigin
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1162.png
property details
Occurrence  Optional
reference -geoOrigin
source code "-geoOrigin": {
    "$ref": "#/definitions/-geoOrigin"
}

Property GeoViewpoint / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1163.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property GeoViewpoint / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1164.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html