com.franz.agbase
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(GeospatialSubtype).


Method Summary
 java.lang.String getUUID()
          Query the UUID string associated with this GeospatialSubtype.
 java.lang.String getXSDType()
          Query the XSD type URI associated with this GeospatialSubtype.
 

Method Detail

getUUID

java.lang.String getUUID()
Query the UUID string associated with this GeospatialSubtype.

Returns:
the UUID string

getXSDType

java.lang.String getXSDType()
Query the XSD type URI associated with this GeospatialSubtype.

Returns:
the XSD type URI string