My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Aug 03, 2009
    r258 (Support for Z and M in PologonReader) committed by peter.lofas   -   Support for Z and M in PologonReader
    Support for Z and M in PologonReader
  • May 08, 2009
    issue 1 (Incompatibility with AutoCAD 2005/2006 issues) commented on by vanpeteghem.bert   -   abbhay: - To work with ObjectDBX outside of AutoCAD, you could use RealDWG (expensive licence). For an extensive explanation: http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c or http://stackoverflow.com/questions/298622/net-cad-component-that-can-read-write-dxf-dwg-files - I have not yet implemented TF-NET in AutoCAD, I'm still trying to figure out a good way to combine AutoCAD classes with TF-NET classes. I have worked with AutoCAD Object ARX .NET 2007 and above. Any samples on how people are combining TF-NET or other geometry frameworks with AutoCAD would be very welcome!
    abbhay: - To work with ObjectDBX outside of AutoCAD, you could use RealDWG (expensive licence). For an extensive explanation: http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c or http://stackoverflow.com/questions/298622/net-cad-component-that-can-read-write-dxf-dwg-files - I have not yet implemented TF-NET in AutoCAD, I'm still trying to figure out a good way to combine AutoCAD classes with TF-NET classes. I have worked with AutoCAD Object ARX .NET 2007 and above. Any samples on how people are combining TF-NET or other geometry frameworks with AutoCAD would be very welcome!
  • May 08, 2009
    issue 1 (Incompatibility with AutoCAD 2005/2006 issues) commented on by abhay.menon   -   What I mean by combination of the TF-NET API with AutoCAD MAP 2005/6. For the purpose of creating MPolygon from Polygonized output. I have done this before using the NTS. And this is been preformed using ObjectARX for DotNet. And Maksim is correct in assuming that TF-NET is depended on 2.0 where as AutoCAD MAP 2005/6 is based on 1.0/1.1 .Net Framework. So the application created in 2.0 donot work as desired. Also, Is there a possibility of doing this activity outside AutoCAD, something like ObjectDBX based activity where I need not open AutoCAD for creating or modifying a CAD DWG. Vanpeteghem : Have you implemented the TF-NET usage in AutoCAD 2006 environment as ObjectARX for NET or in AutoCAD 2007 and above
    What I mean by combination of the TF-NET API with AutoCAD MAP 2005/6. For the purpose of creating MPolygon from Polygonized output. I have done this before using the NTS. And this is been preformed using ObjectARX for DotNet. And Maksim is correct in assuming that TF-NET is depended on 2.0 where as AutoCAD MAP 2005/6 is based on 1.0/1.1 .Net Framework. So the application created in 2.0 donot work as desired. Also, Is there a possibility of doing this activity outside AutoCAD, something like ObjectDBX based activity where I need not open AutoCAD for creating or modifying a CAD DWG. Vanpeteghem : Have you implemented the TF-NET usage in AutoCAD 2006 environment as ObjectARX for NET or in AutoCAD 2007 and above
  • May 03, 2009
    issue 1 (Incompatibility with AutoCAD 2005/2006 issues) commented on by vanpeteghem.bert   -   I am curious what is meant by this. I try to combine the TF-NET API's with AutoCAD API's too, but they are 2 separate products. How can they be compatible?
    I am curious what is meant by this. I try to combine the TF-NET API's with AutoCAD API's too, but they are 2 separate products. How can they be compatible?
  • Apr 01, 2009
    issue 6 (Transform error) commented on by IA.Koles   -   Patch to fix error
    Patch to fix error
  • Mar 29, 2009
    issue 6 (Transform error) reported by IA.Koles   -   What steps will reproduce the problem? 1. Create transformation from wkt1 to wkt2 (see attached files) 2. Transform any polygon What is the expected output? What do you see instead? Expected: transformed polygon, result: empty polygon. If invoke sGeometryTransform.TransformBox - successfully. What version of the product are you using? On what operating system? Tf-net 1.0.8 Please provide any additional information below. Resulting IMathTransform contains ConcatenatedTransform with empty transformList. Method ConcatenatedTransform.Transform - return input point, ConcatenatedTransform.Transform - return empty list.
    What steps will reproduce the problem? 1. Create transformation from wkt1 to wkt2 (see attached files) 2. Transform any polygon What is the expected output? What do you see instead? Expected: transformed polygon, result: empty polygon. If invoke sGeometryTransform.TransformBox - successfully. What version of the product are you using? On what operating system? Tf-net 1.0.8 Please provide any additional information below. Resulting IMathTransform contains ConcatenatedTransform with empty transformList. Method ConcatenatedTransform.Transform - return input point, ConcatenatedTransform.Transform - return empty list.
  • Feb 26, 2009
    issue 5 (Exception in Geometry.Difference method) reported by IA.Koles   -   What steps will reproduce the problem? See example code in attached file. What is the expected output? What do you see instead? Expected polygon: POLYGON((5 0,0 0,0 10,10 10,10 0,5 0,5 3,7 3,7 8,3 8,3 3,5 3,5 0)) See: Topology.Geometries.TopologyException was unhandled Message="side location conflict [ (5, 0, NaN) ]" Source="Topology" StackTrace: at Topology.GeometriesGraph.EdgeEndStar.PropagateSideLabels(Int32 geomIndex) at Topology.GeometriesGraph.EdgeEndStar.ComputeLabelling(GeometryGraph[] geom) at Topology.GeometriesGraph.DirectedEdgeStar.ComputeLabelling(GeometryGraph[] geom) at Topology.Operation.Overlay.OverlayOp.ComputeLabelling() at Topology.Operation.Overlay.OverlayOp.ComputeOverlay(SpatialFunctions opCode) at Topology.Operation.Overlay.OverlayOp.GetResultGeometry(SpatialFunctions funcCode) at Topology.Operation.Overlay.OverlayOp.Overlay(IGeometry geom0, IGeometry geom1, SpatialFunctions opCode) at Topology.Geometries.Geometry.Difference(IGeometry other) ... What version of the product are you using? On what operating system? Tf-net: 1.0.8.24721 OS: WinXp SP2 .Net Framework: 2
    What steps will reproduce the problem? See example code in attached file. What is the expected output? What do you see instead? Expected polygon: POLYGON((5 0,0 0,0 10,10 10,10 0,5 0,5 3,7 3,7 8,3 8,3 3,5 3,5 0)) See: Topology.Geometries.TopologyException was unhandled Message="side location conflict [ (5, 0, NaN) ]" Source="Topology" StackTrace: at Topology.GeometriesGraph.EdgeEndStar.PropagateSideLabels(Int32 geomIndex) at Topology.GeometriesGraph.EdgeEndStar.ComputeLabelling(GeometryGraph[] geom) at Topology.GeometriesGraph.DirectedEdgeStar.ComputeLabelling(GeometryGraph[] geom) at Topology.Operation.Overlay.OverlayOp.ComputeLabelling() at Topology.Operation.Overlay.OverlayOp.ComputeOverlay(SpatialFunctions opCode) at Topology.Operation.Overlay.OverlayOp.GetResultGeometry(SpatialFunctions funcCode) at Topology.Operation.Overlay.OverlayOp.Overlay(IGeometry geom0, IGeometry geom1, SpatialFunctions opCode) at Topology.Geometries.Geometry.Difference(IGeometry other) ... What version of the product are you using? On what operating system? Tf-net: 1.0.8.24721 OS: WinXp SP2 .Net Framework: 2
  • Feb 09, 2009
    r257 (Added Encoding to BinaryReader to support encodings other th...) committed by peter.lofas   -   Added Encoding to BinaryReader to support encodings other than ASCII in dbf-file
    Added Encoding to BinaryReader to support encodings other than ASCII in dbf-file
  • Jan 20, 2009
    aPub.zip (VS 2005 Solution to generate SDO_GEOMETRY from Autodesk Map3...) file uploaded by djoniomia   -  
    Labels: OpSys-Windows Type-Executable
    Labels: OpSys-Windows Type-Executable

Older

  • Nov 29, 2008
    issue 4 (Patch for creating more compact GML output) commented on by kenneth.skovhede   -   And I swapped the ts= and ds= characters... Attached is the fixed patch.
    And I swapped the ts= and ds= characters... Attached is the fixed patch.
  • Nov 29, 2008
    issue 4 (Patch for creating more compact GML output) reported by kenneth.skovhede   -   Attached is a patch for the GML writer. Rather than bulding many <coord> elements, it can optionally use the form <gml:coordinates>X Y,X Y,XY</gml:coordinates> Looking at the type "CoordinatesType" here (at the bottom): http://schemas.opengis.net/gml/2.1.1/geometry.xsd It is also possible to use non-standard decimal, tuple and coordinate seperators, but I chose the standard ones. A change may be required before the GMLReader can read such a (valid) coordinate string.
    Attached is a patch for the GML writer. Rather than bulding many <coord> elements, it can optionally use the form <gml:coordinates>X Y,X Y,XY</gml:coordinates> Looking at the type "CoordinatesType" here (at the bottom): http://schemas.opengis.net/gml/2.1.1/geometry.xsd It is also possible to use non-standard decimal, tuple and coordinate seperators, but I chose the standard ones. A change may be required before the GMLReader can read such a (valid) coordinate string.
  • Nov 17, 2008
    IPCSimple.zip (IPC NamedPipes Application) file uploaded by m...@geoinova.com
  • Nov 15, 2008
    r256 (- Removed GeoAPI to separate SVN trunk.) committed by m...@geoinova.com   -   - Removed GeoAPI to separate SVN trunk.
    - Removed GeoAPI to separate SVN trunk.
  • Nov 14, 2008
    r255 (- Org.OpenGIS.GeoAPI 2.1.1) committed by m...@geoinova.com   -   - Org.OpenGIS.GeoAPI 2.1.1
    - Org.OpenGIS.GeoAPI 2.1.1
  • Oct 31, 2008
    GeometryCollectionExtensions-Source.zip (GeometryCollectionExtensions (Source)) file uploaded by m...@geoinova.com
  • Oct 31, 2008
    GeometryCollectionExtensions-Examples.zip (GeometryCollectionExtensions (Examples)) file uploaded by m...@geoinova.com
  • Oct 22, 2008
    r254 (Added support for reading Z and M coordinates from ShapeFile...) committed by peter.lofas   -   Added support for reading Z and M coordinates from ShapeFiles. Z-coordinates are stored, M are read but this keeps at least reading from breaking while reading LineStringZM shape-files.
    Added support for reading Z and M coordinates from ShapeFiles. Z-coordinates are stored, M are read but this keeps at least reading from breaking while reading LineStringZM shape-files.
  • Oct 16, 2008
    r253 (Fixed error in Line-Angle calculation, where some angles whe...) committed by peter.lofas   -   Fixed error in Line-Angle calculation, where some angles where calculated wrongly.
    Fixed error in Line-Angle calculation, where some angles where calculated wrongly.
  • Oct 16, 2008
    r252 (Added .Clone() when setting coordinates since else you wont ...) committed by peter.lofas   -   Added .Clone() when setting coordinates since else you wont be able to use them after closest-point- on-line formula is completed.
    Added .Clone() when setting coordinates since else you wont be able to use them after closest-point- on-line formula is completed.
  • Oct 16, 2008
    r251 (Coordinate -> ICoordinate + error in comparison while locati...) committed by peter.lofas   -   Coordinate -> ICoordinate + error in comparison while locating point along line fixed
    Coordinate -> ICoordinate + error in comparison while locating point along line fixed
  • Oct 16, 2008
    r250 (Coordinate -> ICoordinate) committed by peter.lofas   -   Coordinate -> ICoordinate
    Coordinate -> ICoordinate
  • Oct 08, 2008
    r249 (- Opened branch 3.0) committed by m...@geoinova.com   -   - Opened branch 3.0
    - Opened branch 3.0
  • Aug 16, 2008
    r248 (- DwgReader: GeometryCollection - Core: Arc Tesselation) committed by m...@geoinova.com   -   - DwgReader: GeometryCollection - Core: Arc Tesselation
    - DwgReader: GeometryCollection - Core: Arc Tesselation
  • Aug 02, 2008
    OracleAndMap3D (Working with Oracle UDT’s with AutoCAD Map 3D) Wiki page edited by m...@geoinova.com
  • Aug 02, 2008
    OdpReaderWriter (Implementing Reader/Writer for Oracle ODP.NET Geometries) Wiki page edited by m...@geoinova.com
  • Aug 02, 2008
    OracleAndMap3D (Working with Oracle UDT’s with AutoCAD Map 3D) Wiki page added by m...@geoinova.com
 
Hosted by Google Code