|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getUUID()
java.lang.String getXSDType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |