Class CityObjectList.CityObject
Inheritance
System.Object
CityObjectList.CityObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
Properties
AttributesMap
Declaration
public CityObjectList.Attributes AttributesMap { get; }
Property Value
Children
Declaration
public List<CityObjectList.CityObject> Children { get; }
Property Value
CityObjectIndex
Declaration
public int[] CityObjectIndex { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
CityObjectType
Declaration
public CityObjectType CityObjectType { get; }
Property Value
Type |
Description |
CityObjectType |
|
GmlID
Declaration
public string GmlID { get; }
Property Value
Type |
Description |
System.String |
|
IndexInMesh
Declaration
public CityObjectIndex IndexInMesh { get; }
Property Value
Type |
Description |
CityObjectIndex |
|
type
Declaration
public CityObjectType type { get; }
Property Value
Type |
Description |
CityObjectType |
|
Methods
CopyWithoutChildren()
Declaration
public CityObjectList.CityObject CopyWithoutChildren()
Returns
DebugString()
Declaration
public virtual string DebugString()
Returns
Type |
Description |
System.String |
|
Init(String, Int32[], UInt64, CityObjectList.Attributes, List<CityObjectList.CityObject>)
Declaration
public CityObjectList.CityObject Init(string gmlIDArg, int[] cityObjectIndexArg, ulong cityObjectTypeArg, CityObjectList.Attributes attributesMapArg, List<CityObjectList.CityObject> childrenArg = null)
Parameters
Returns