15 [ReinteropNativeImplementation(
16 "CesiumForUnityNative::CesiumGeoJsonFeatureImpl",
17 "CesiumGeoJsonFeatureImpl.h")]
18 public partial class CesiumGeoJsonFeature
23 internal CesiumGeoJsonFeature()
25 CreateImplementation();
partial string GetIdAsString()
Gets the feature ID as a string.
partial double GetNumericProperty(string propertyName)
Gets a numeric property value from this feature.
partial CesiumGeoJsonFeatureIdType GetIdType()
Gets the type of ID on this feature.
partial string GetPropertiesAsJson()
Gets the properties of this feature as a JSON string.
partial CesiumGeoJsonObject GetGeometry()
Gets the geometry associated with this feature.
partial bool HasProperty(string propertyName)
Checks whether a property exists on this feature.
partial long GetIdAsInteger()
Gets the feature ID as an integer.
partial string GetStringProperty(string propertyName)
Gets a string property value from this feature.
Represents an object in a GeoJSON document.
CesiumGeoJsonFeatureIdType
The type of ID on a GeoJSON feature.