TopoJsonOptionsObjectNameAttribute Property |
Name of the attribute, that reflects the name of the object that contains a feature.
Namespace:
Aspose.Gis.Formats.TopoJson
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic string ObjectNameAttribute { get; set; }
Public Property ObjectNameAttribute As String
Get
Set
public:
property String^ ObjectNameAttribute {
String^ get ();
void set (String^ value);
}
member ObjectNameAttribute : string with get, set
Property Value
Type:
String
Remarks
TopoJSON may contain any number of named objects. Every such object can contain
multiple features. Refer to TopoJSON specification to more detail on named objects.
When reading TopoJSON, this property specifies, what attribute should reflect name of the object that contains a feature.
When writing TopoJSON, this property specifies, what attribute should be used to group features in objects.
Default is "topojson_object_name".
See Also