Closed SesticM closed 8 years ago
Implement AreaCAD-GIS classes of objects, based on abstract AcgObject class found in ACG.Core.Objects namespace. Common properties should reside at AcgObject class, while there's a sample AcgBuilding class withiin this namespace. Useful resources:
AcgObject
ACG.Core.Objects
AcgBuilding
AcgObject now has Geometry field based on IGeometry type exposed by GeoAPI and Net Topology Suite packages. Useful resources:
Geometry
IGeometry
Implement AreaCAD-GIS classes of objects, based on abstract
AcgObject
class found inACG.Core.Objects
namespace. Common properties should reside atAcgObject
class, while there's a sampleAcgBuilding
class withiin this namespace. Useful resources: