Geo I/O Interface
, (*1)
Geo I/O base interfaces, enums and value objects., (*2)
Installation
Install through composer. Check the
packagist page for all
available versions., (*3)
composer require geo-io/interface
Interfaces
Factory
This interface is used by the Geo I/O parser implementations
to create the actual geometric objects from the parsed representations., (*4)
Implementations
This interface is used by the Geo I/O generator
implementations to extract data from geometric objects for the generated
geometric representations., (*5)
Enums
Dimension
This enum provides constants to define the dimension of
geometric objects., (*6)
GeometryType
This enum provides constants to define the type of
geometric objects., (*7)
Value Objects
Coordinates
This class represents coordinates with x
, y
and
optional z
and m
properties., (*8)
License
Copyright (c) 2014-2022 Jan Sorgalla. Released under the MIT License., (*9)