geo-io / interface
Geo I/O base interfaces.
Installs: 4 867 981
Dependents: 7
Suggesters: 0
Security: 0
Stars: 61
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-29 03:48:22 UTC
README
Geo I/O base interfaces, enums and value objects.
Installation
Install through composer. Check the packagist page for all available versions.
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.
Implementations
Extractor
This interface is used by the Geo I/O generator implementations to extract data from geometric objects for the generated geometric representations.
Enums
Dimension
This enum provides constants to define the dimension of geometric objects.
GeometryType
This enum provides constants to define the type of geometric objects.
Value Objects
Coordinates
This class represents coordinates with x
, y
and
optional z
and m
properties.
License
Copyright (c) 2014-2022 Jan Sorgalla. Released under the MIT License.