Geo I/O base interfaces, enums and value objects.
Install through composer. Check the packagist page for all available versions.
composer require geo-io/interface
This interface is used by the Geo I/O parser implementations to create the actual geometric objects from the parsed representations.
This interface is used by the Geo I/O generator implementations to extract data from geometric objects for the generated geometric representations.
This enum provides constants to define the dimension of geometric objects.
This enum provides constants to define the type of geometric objects.
This class represents coordinates with x
, y
and
optional z
and m
properties.
Copyright (c) 2014-2022 Jan Sorgalla. Released under the MIT License.