| 
    NetTopologySuite
    
   | 
 
Namespaces | |
| package | Builders | 
| package | Converters | 
| package | Geometries | 
| package | GeoTools | 
| package | GML2 | 
| package | Handlers | 
| package | Helpers | 
| package | KML | 
| package | Sdo | 
| package | ShapeFile | 
| package | Tests | 
| package | TopoJSON | 
| package | UdtBase | 
Classes | |
| class | BEBinaryReader | 
| Extends the BinaryReader class to allow reading values in the BigEndian format.  More... | |
| class | BEBinaryWriter | 
| Extends the BinaryWriter class to allow writing values in the BigEndian format.  More... | |
| class | BigEndianBinaryReader | 
| Extends the System.IO.BinaryReader class to allow reading of integers and doubles in the Big Endian format.  More... | |
| class | BigEndianBinaryWriter | 
| Extends the BinaryWriter class to allow the writing of integers and double values in the Big Endian format.  More... | |
| class | ColumnStructure | 
| This class is used in conjunction with RowStructure.  | |
| class | DbaseFieldDescriptor | 
| Class for holding the information assicated with a dbase field.  More... | |
| class | DbaseFileHeader | 
| Class for holding the information assicated with a dbase header.  More... | |
| class | DbaseFileReader | 
| Class that allows records in a dbase file to be enumerated.  More... | |
| class | DbaseFileWriter | 
| This class aids in the writing of Dbase IV files.  More... | |
| class | GaiaExport | 
| class | GaiaGeoIO | 
| class | GaiaGeoReader | 
| class | GaiaGeoWriter | 
| class | GaiaImport | 
| class | GDBReader | 
| Read features stored as ESRI GeoDatabase binary format in a SqlServer database, and converts these features to IGeometry format.  More... | |
| class | GDBWriter | 
| Writes features as ESRI GeoDatabase binary format in a SqlServer database, and converts this features to <coordinate>Geometry</coordinate> format.  More... | |
| class | GeoJsonReader | 
| Represents a GeoJSON Reader allowing for deserialization of various GeoJSON elements or any object containing GeoJSON elements.  More... | |
| class | GeoJsonSerializer | 
| Json Serializer with support for GeoJson object structure.  More... | |
| class | GeoJsonWriter | 
| Represents a GeoJSON Writer allowing for serialization of various GeoJSON elements or any object containing GeoJSON elements.  More... | |
| class | MsSql2008GeographyReader | 
| class | MsSql2008GeographyWriter | 
| class | MsSql2008GeometryReader | 
| class | MsSql2008GeometryWriter | 
| class | MsSqlSpatialReader | 
| class | MsSqlSpatialWriter | 
| class | NtsGeographySink | 
| class | NtsGeometrySink | 
| class | OracleGeometryReader | 
| class | OracleGeometryWriter | 
| class | ParseException | 
Thrown by a WKTReader when a parsing problem occurs.  More... | |
| class | PostGis2GeometryHeader | 
| class | PostGis2Reader | 
| class | PostGis2Utility | 
| class | PostGis2Writer | 
| class | PostGisReader | 
Converts a PostGIS binary data to a Geometry.  More... | |
| class | PostGisWriter | 
Writes a PostGIS binary representation of a Geometry.  More... | |
| struct | RowStructure | 
| Implements ICustomTypeDescriptor so we can simulate a row object having a property for every field.  | |
| class | Shapefile | 
| This class is used to read and write ESRI Shapefiles.  More... | |
| class | ShapeFileConstants | 
| Shapefile specific constants  | |
| class | ShapefileDataReader | 
| Creates a IDataReader that can be used to enumerate through an ESRI shape file.  More... | |
| class | ShapefileDataWriter | 
| A simple test class for write a complete (shp, shx and dbf) shapefile structure.  More... | |
| class | ShapefileException | 
| The exception that is thrown when a non-fatal application error occurs related to Topology functionality.  More... | |
| class | ShapefileHeader | 
| Class that represents a shape file header record.  More... | |
| class | ShapefileReader | 
| This class represnts an ESRI Shapefile.  More... | |
| class | ShapefileWriter | 
| This class writes ESRI Shapefiles.  More... | |
| class | ShapeReader | 
Contains methods for reading a single Geometry in binary ESRI shapefile format.  More... | |
| class | ShapeWriter | 
Contains methods for writing a single Geometry in binary ESRI shapefile format.  More... | |
| class | TopoJsonReader | 
| Represents a TopoJSON Reader, used to deserialize TopoJSON elements  More... | |
| class | TopoJsonSerializer | 
| Json Serializer with support for TopoJSON object structure. For more information about TopoJSON format, see: https://github.com/mbostock/topojson/wiki/Introduction  More... | |
| class | TopoJsonWriter | 
| Represents a TopoJSON Writer, uesd to serialize TopoJSON elements.  More... | |
| class | WKBHexFileReader | 
| Reads a sequence of Geometrys in WKBHex format from a text file. Each WKBHex geometry must be on a single line The geometries in the file may be separated by any amount of whitespace and newlines.  More... | |
| class | WKBReader | 
Converts a Well-Known Binary byte data to a Geometry.  More... | |
| class | WKBWriter | 
Writes a Well-Known Binary byte data representation of a Geometry.  More... | |
| class | WKTFileReader | 
| Reads a sequence of IGeometrys in WKT format from a text file. /summary>  More... | |
| class | WKTReader | 
Converts a Well-Known Text string to a Geometry.  More... | |
| class | WktStreamTokenizer | 
| Reads a stream of Well Known Text (wkt) string and returns a stream of tokens.  More... | |
| class | WKTWriter | 
| Outputs the textual representation of a Geometry. The WKTWriter outputs coordinates rounded to the precision model. No more than the maximum number of necessary decimal places will be output. The Well-known Text format is defined in the OpenGIS Simple Features Specification for SQL. A non-standard "LINEARRING" tag is used for LinearRings. The WKT spec does not define a special tag for LinearRings. The standard tag to use is "LINESTRING".  More... | |
Defines the GeoJSON Objects types as defined in the geojson.org v1.0 spec.
| Enumerator | |
|---|---|
| Point | 
 Defines the Point type.  | 
| MultiPoint | 
 Defines the MultiPoint type.  | 
| LineString | 
 Defines the LineString type.  | 
| MultiLineString | 
 Defines the MultiLineString type.  | 
| Polygon | 
 Defines the Polygon type.  | 
| MultiPolygon | 
 Defines the MultiPolygon type.  | 
| GeometryCollection | 
 Defines the GeometryCollection type.  | 
| Feature | 
 Defines the Feature type.  | 
| FeatureCollection | 
 Defines the FeatureCollection type.  | 
Feature type enumeration
| Enumerator | |
|---|---|
| NullShape | 
 Null Shape  | 
| Point | 
 Point  | 
| LineString | 
 LineString  | 
| Polygon | 
 Polygon  | 
| MultiPoint | 
 MultiPoint  | 
| PointZM | 
 PointMZ  | 
| LineStringZM | 
 PolyLineMZ  | 
| PolygonZM | 
 PolygonMZ  | 
| MultiPointZM | 
 MultiPointMZ  | 
| PointM | 
 PointM  | 
| LineStringM | 
 LineStringM  | 
| PolygonM | 
 PolygonM  | 
| MultiPointM | 
 MultiPointM  | 
| MultiPatch | 
 MultiPatch  | 
| PointZ | 
 PointZ  | 
| LineStringZ | 
 LineStringZ  | 
| PolygonZ | 
 PolygonZ  | 
| MultiPointZ | 
 MultiPointZ  | 
WKB Geometry Types