Protected Readonly_handlesProtected Readonly_layerMaps schema properties to properties on Layer.
Protected Readonly_layerThe parent layer extension.
Protected_primaryA cache of the primary key field name used to speed up lookup.
Protected Readonly_watchA set of watch handles that get cleaned up when the class instance is destroyed.
ReadonlyfieldThe field extensions associated with each field of the schema.
ReadonlyfieldsA collection of Field objects describing each field in the schema.
The name of the field containing the display name of the feature.
The type of geometry. This property will be undefined if the data is not spatial.
Whether the schema has spatial data.
The parent settings that these settings will inherit from.
The name of the field containing the feature's primary key (value that uniquely identifies a feature).
The spatial reference of the schema. Can be defined using a well-known ID (WKID) or well-known text (WKT).
The time zone that the data is stored in. The default is UTC.
The name of the field holding the type ID or subtypes for the features.
A collection of types or subtypes for the features.
Protected_getGets the value for a setting that represents a collection.
The setting name.
Protected_getProtected_getReturns the property bindings.
Protected_getThe property keys and their metadata that are used to implement serializing and deserializing the class instance.
Protected_getGets the value for a setting.
The setting name.
OptionaldefaultValue: BuildingSceneLayerReadOnlySchema[K]The default value if the setting is not explicitly set.
Protected_hasDetermines whether the specified setting has been modified locally or by any parent of the current settings instance.
The setting to check.
Protected_setSets the parent settings that these settings will inherit from.
The parent settings to inherit from.
Protected_setSets the value for a setting. This will override any inherited value for the setting.
The setting name.
The setting value.
Protected_toConverts the value to a PropertyDef object.
The value to convert.
Returns the serializable properties.
Optional. If specified, only properties that support the given serialization mode will be returned.
Determines whether the settings have been locally modified in any way.
Determines whether the specified setting has been locally modified, and is thus overriding any inherited value.
The setting to check.
Removes all local overrides, resetting all settings to their inherited values, if any.
Removes a local override for a setting and resets it to its inherited value, if any.
The setting to reset.
Staticcreate
An implementation of Schema that directly mirrors the equivalent properties on BuildingSceneLayer.