C# Class DTS.Common.GIS.InMemoryGISPointFeature

Inheritance: InMemoryGISFeature
Afficher le fichier Open project: dtsagile/arcstache

Méthodes publiques

Méthode Description
InMemoryGISPointFeature ( ) : System
InMemoryGISPointFeature ( Coordinate coord ) : System
InMemoryGISPointFeature ( double x, double y ) : System
InMemoryGISPointFeature ( double x, double y, double z ) : System

Method Details

InMemoryGISPointFeature() public méthode

public InMemoryGISPointFeature ( ) : System
Résultat System

InMemoryGISPointFeature() public méthode

public InMemoryGISPointFeature ( Coordinate coord ) : System
coord Coordinate
Résultat System

InMemoryGISPointFeature() public méthode

public InMemoryGISPointFeature ( double x, double y ) : System
x double
y double
Résultat System

InMemoryGISPointFeature() public méthode

public InMemoryGISPointFeature ( double x, double y, double z ) : System
x double
y double
z double
Résultat System