Das Erstellen eines geodätischen Punkts mithilfe der API ist einfach und unkompliziert, wie im folgenden Codebeispiel gezeigt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aspose.GIS for .NET bietet die Möglichkeit, eine Sammlung von Punkten als einzelne MultiPunkt-Klasse darzustellen. Es kann einen oder mehrere Punkte enthalten, die durch die Breiten- und Längengradinformationen jedes Punkts definiert sind.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sie können einen Linienstring erstellen, indem Sie Punktgeometrien angeben.
Linienstring erstellen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ein MultiLinienstring ist eine Sammlung von Linienstrings, die selbst aus Punktgeometrien aufgebaut sind.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ein Polygon ist eine Sammlung von Punktgeometrien, die durch Punkte in Form eines LinearRing definiert sind.
Polygon erstellen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters