com.franz.ag
Interface GeospatialSubtype


public interface GeospatialSubtype

This interface defines the attributes of a particular geospatial encoding in AllegroGraph.

In order to create encoded geospatial values in triples, the application must define an encoding. The encoding must be registered with a call to one of the registration methods in the GeoExtension class.

The registered encoding is associated with a triple store by calling GeoExtension#addSubtype(GeospatialSubtypeImpl).