GisAgfGeometryFactory
 
 
 

The GisAgfGeometryFactory class is an AGF-based geometry factory, a concrete class that implements all the members from GisGeometryFactoryAbstract.

AGF Text

AGF Text is the textual analogue to the binary AGF format. It is a superset of the OGC WKT format. XY dimensionality is the default, and is optional. AGF Text can be used to represent any geometry value in the Geometry API, whether or not it originates from the AGF geometry factory. Conversions are done with the following methods:

Abstract Geometry Factory

Geometries in AWKB format can be exchanged between software components without depending on the Geometry API itself, because they are not genuine geometry “objects.” AWKB content is based on byte arrays. It is handled through a simple GisByteArray class that is not specific to geometry.