C# Class FdoToolbox.Core.Feature.FdoGeometry

IGeometry decorator object.
Inheritance: IFdoGeometry
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( IEnvelope env ) : bool

Determines whether this instance contains the specified envelope

Contains ( IFdoGeometry geom ) : bool

Determines whether this instance contains the specified geometry

Contains ( double x, double y ) : bool

Determines whether this instance contains the specified point

CoveredBy ( IFdoGeometry geom ) : bool

Determines whether this instance is covered by the specified geometry

Crosses ( IFdoGeometry geom ) : bool

Determines whether this instance crosses the specified geometry

Disjoint ( IFdoGeometry geom ) : bool

Determines whether this instance is disjoint with the specified geometry

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EnvelopeIntersects ( IFdoGeometry geom ) : bool

Determines whether this instance's envelope intersects the specified geometry

Equals ( IFdoGeometry geom ) : bool

Determines whether this instance is equal to the specified geometry

FdoGeometry ( IGeometry geom ) : System

Initializes a new instance of the FdoGeometry class.

Inside ( IFdoGeometry geom ) : bool

Determines whether this instance is inside the specified geometry

Intersects ( IFdoGeometry geom ) : bool

Determines whether this instance intersects the specified geometry

Overlaps ( IFdoGeometry geom ) : bool

Determines whether this instance overlaps the specified geometry

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Touches ( IFdoGeometry geom ) : bool

Determines whether this instance touches the specified geometry

Within ( IFdoGeometry geom ) : bool

Determines whether this instance is within the specified geometry

Method Details

Contains() public méthode

Determines whether this instance contains the specified envelope
public Contains ( IEnvelope env ) : bool
env IEnvelope The envelope
Résultat bool

Contains() public méthode

Determines whether this instance contains the specified geometry
public Contains ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Contains() public méthode

Determines whether this instance contains the specified point
public Contains ( double x, double y ) : bool
x double The x coordinate.
y double The y coordinate.
Résultat bool

CoveredBy() public méthode

Determines whether this instance is covered by the specified geometry
public CoveredBy ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Crosses() public méthode

Determines whether this instance crosses the specified geometry
public Crosses ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Disjoint() public méthode

Determines whether this instance is disjoint with the specified geometry
public Disjoint ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

EnvelopeIntersects() public méthode

Determines whether this instance's envelope intersects the specified geometry
public EnvelopeIntersects ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Equals() public méthode

Determines whether this instance is equal to the specified geometry
public Equals ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

FdoGeometry() public méthode

Initializes a new instance of the FdoGeometry class.
public FdoGeometry ( IGeometry geom ) : System
geom IGeometry The geom.
Résultat System

Inside() public méthode

Determines whether this instance is inside the specified geometry
public Inside ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Intersects() public méthode

Determines whether this instance intersects the specified geometry
public Intersects ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Overlaps() public méthode

Determines whether this instance overlaps the specified geometry
public Overlaps ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

Touches() public méthode

Determines whether this instance touches the specified geometry
public Touches ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool

Within() public méthode

Determines whether this instance is within the specified geometry
public Within ( IFdoGeometry geom ) : bool
geom IFdoGeometry The geometry to test against
Résultat bool