geo-inova / acg

AreaCAD-GIS
9 stars 0 forks source link

Implement ACG classes of objects #6

Closed SesticM closed 8 years ago

SesticM commented 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:

SesticM commented 8 years ago

AcgObject now has Geometry field based on IGeometry type exposed by GeoAPI and Net Topology Suite packages. Useful resources: