Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.07 KB

creof/geo-obj

Code Climate Test Coverage Build Status

Geometry and Geography library.

Usage

Make things.

Implement CrEOF\Geo\Obj\ObjectFactoryInterface to use custom objects for representing spatial data in creof/doctrine2-spatial.

echo "Foo";

Supported Formats

Things

Return

Objects

Configuration

The ObjectFactory

The DataFactory

Generators and the GeneratorInterface

Validators

Formatters

Exceptions

ExceptionInterface

InvalidArgumentException

RangeException

RuntimeException

UnexpectedValueException

UnsupportedFormatException

Thrown when an unconfigured or unsupported format type is passed to a method.

UnknownTypeException

Thrown when an unknown type name is passed to a method.