C# Class SharpMap.Geometries.Raster

Inheritance: IRaster
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
AsBinary ( ) : byte[]
AsText ( ) : string
Boundary ( ) : Geometry
Buffer ( double d ) : Geometry
Contains ( Geometry geom ) : bool
ConvexHull ( ) : Geometry
Crosses ( Geometry geom ) : bool
Difference ( Geometry geom ) : Geometry
Disjoint ( Geometry geom ) : bool
Distance ( Geometry geom ) : double
Envelope ( ) : Geometry
Equals ( Geometry geom ) : bool
GetBoundingBox ( ) : BoundingBox
Intersection ( Geometry geom ) : Geometry
Intersects ( Geometry geom ) : bool
IsEmpty ( ) : bool
IsSimple ( ) : bool
Overlaps ( Geometry geom ) : bool
Raster ( byte data, BoundingBox boundingBox ) : System
Relate ( Geometry other, string intersectionPattern ) : bool
SymDifference ( Geometry geom ) : Geometry
Touches ( Geometry geom ) : bool
Union ( Geometry geom ) : Geometry
Within ( Geometry geom ) : bool

Method Details

AsBinary() public méthode

public AsBinary ( ) : byte[]
Résultat byte[]

AsText() public méthode

public AsText ( ) : string
Résultat string

Boundary() public méthode

public Boundary ( ) : Geometry
Résultat Geometry

Buffer() public méthode

public Buffer ( double d ) : Geometry
d double
Résultat Geometry

Contains() public méthode

public Contains ( Geometry geom ) : bool
geom Geometry
Résultat bool

ConvexHull() public méthode

public ConvexHull ( ) : Geometry
Résultat Geometry

Crosses() public méthode

public Crosses ( Geometry geom ) : bool
geom Geometry
Résultat bool

Difference() public méthode

public Difference ( Geometry geom ) : Geometry
geom Geometry
Résultat Geometry

Disjoint() public méthode

public Disjoint ( Geometry geom ) : bool
geom Geometry
Résultat bool

Distance() public méthode

public Distance ( Geometry geom ) : double
geom Geometry
Résultat double

Envelope() public méthode

public Envelope ( ) : Geometry
Résultat Geometry

Equals() public méthode

public Equals ( Geometry geom ) : bool
geom Geometry
Résultat bool

GetBoundingBox() public méthode

public GetBoundingBox ( ) : BoundingBox
Résultat BoundingBox

Intersection() public méthode

public Intersection ( Geometry geom ) : Geometry
geom Geometry
Résultat Geometry

Intersects() public méthode

public Intersects ( Geometry geom ) : bool
geom Geometry
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

IsSimple() public méthode

public IsSimple ( ) : bool
Résultat bool

Overlaps() public méthode

public Overlaps ( Geometry geom ) : bool
geom Geometry
Résultat bool

Raster() public méthode

public Raster ( byte data, BoundingBox boundingBox ) : System
data byte
boundingBox BoundingBox
Résultat System

Relate() public méthode

public Relate ( Geometry other, string intersectionPattern ) : bool
other Geometry
intersectionPattern string
Résultat bool

SymDifference() public méthode

public SymDifference ( Geometry geom ) : Geometry
geom Geometry
Résultat Geometry

Touches() public méthode

public Touches ( Geometry geom ) : bool
geom Geometry
Résultat bool

Union() public méthode

public Union ( Geometry geom ) : Geometry
geom Geometry
Résultat Geometry

Within() public méthode

public Within ( Geometry geom ) : bool
geom Geometry
Résultat bool