Search Results for

    Show / Hide Table of Contents

    Struct GeometryType

    Lightweight class that handles OGC Geometry type declaration

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: NetTopologySuite.IO
    Assembly: NetTopologySuite.dll
    Syntax
    [CLSCompliant(false)]
    public struct GeometryType

    Constructors

    | Edit this page View Source

    GeometryType(Geometry, Ordinates)

    Inititalizes this instance based on a geometry and an Ordinates flag.

    Declaration
    public GeometryType(Geometry geometry, Ordinates ordinates)
    Parameters
    Type Name Description
    Geometry geometry

    The geometry.

    Ordinates ordinates

    The ordinates flag.

    | Edit this page View Source

    GeometryType(OgcGeometryType)

    Inititalizes this instance based on an OgcGeometryType

    Declaration
    public GeometryType(OgcGeometryType ogcGeometryType)
    Parameters
    Type Name Description
    OgcGeometryType ogcGeometryType

    The OGC geometry type

    | Edit this page View Source

    GeometryType(OgcGeometryType, Ordinates, bool)

    Inititalizes this instance based on an OgcGeometryType and an SRID indicator

    Declaration
    public GeometryType(OgcGeometryType ogcGeometryType, Ordinates ordinates, bool hasSrid)
    Parameters
    Type Name Description
    OgcGeometryType ogcGeometryType

    The OGC geometry type

    Ordinates ordinates

    The ordinates flag.

    bool hasSrid

    Indicator if a SRID is supplied.

    | Edit this page View Source

    GeometryType(OgcGeometryType, bool)

    Inititalizes this instance based on an OgcGeometryType and an SRID indicator

    Declaration
    public GeometryType(OgcGeometryType ogcGeometryType, bool hasSrid)
    Parameters
    Type Name Description
    OgcGeometryType ogcGeometryType

    The OGC geometry type

    bool hasSrid

    Indicator if a SRID is supplied.

    | Edit this page View Source

    GeometryType(uint)

    Initializes this instance

    Declaration
    public GeometryType(uint geometryType)
    Parameters
    Type Name Description
    uint geometryType

    The value describing the GeometryType

    Properties

    | Edit this page View Source

    BaseGeometryType

    Gets or sets the base geometry type

    Declaration
    public OgcGeometryType BaseGeometryType { get; set; }
    Property Value
    Type Description
    OgcGeometryType
    | Edit this page View Source

    EwkbWkbGeometryType

    Gets the PostGIS Enhanced Well-Known-Binary type code

    Declaration
    public int EwkbWkbGeometryType { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    HasEwkbM

    Gets or sets whether z-ordinates are stored along with the geometry.

    PostGis EWKB format.

    Declaration
    public bool HasEwkbM { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasEwkbSrid

    Gets or sets whether z-ordinates are stored along with the geometry.

    PostGis EWKB format.

    Declaration
    public bool HasEwkbSrid { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasEwkbZ

    Gets or sets whether z-ordinates are stored along with the geometry.

    PostGis EWKB format.

    Declaration
    public bool HasEwkbZ { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasM

    Gets or sets whether m-ordinate values are stored along with the geometry.

    Declaration
    public bool HasM { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasSrid

    Gets whether SRID value is stored along with the geometry.

    Declaration
    public bool HasSrid { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasWkbM

    Gets or sets whether m-ordinate values are stored along with the geometry.

    Declaration
    public bool HasWkbM { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasWkbZ

    Gets or sets whether z-ordinate values are stored along with the geometry.

    Declaration
    public bool HasWkbZ { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasZ

    Gets or sets whether z-ordinate values are stored along with the geometry.

    Declaration
    public bool HasZ { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    WkbGeometryType

    Gets the OGC Well-Known-Binary type code

    Declaration
    public int WkbGeometryType { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX