public class GeoMapSupplierUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Concept |
conceptOgcGeometry |
static Concept |
conceptWgsGeometry |
static com.google.common.base.Function<com.hp.hpl.jena.graph.Triple,com.hp.hpl.jena.graph.Triple> |
fnConvertOgcToVirt |
static com.hp.hpl.jena.datatypes.RDFDatatype |
geomType |
static com.hp.hpl.jena.datatypes.RDFDatatype |
geomTypeVirt |
static String |
geomTypeVirtStr |
static MappedConcept |
mcOgcGeometry |
static MappedConcept |
mcWgsGeometry |
static com.hp.hpl.jena.sparql.core.Var |
va |
static com.hp.hpl.jena.sparql.core.Var |
vs |
static com.hp.hpl.jena.sparql.core.Var |
vw |
static String |
wktLiteralStr |
| Constructor and Description |
|---|
GeoMapSupplierUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<com.hp.hpl.jena.graph.Triple> |
convertOgcToVirt(Set<com.hp.hpl.jena.graph.Triple> ts) |
static com.hp.hpl.jena.graph.Triple |
convertOgcToVirt(com.hp.hpl.jena.graph.Triple t)
Function to convert the datatype from
http://www.opengis.net/ont/geosparql#wktLiteral
to http://www.openlinksw.com/schemas/virtrdf#Geometry
|
static com.hp.hpl.jena.sparql.expr.aggregate.Aggregator |
createAggregatorWkt(com.hp.hpl.jena.sparql.core.Var wktVar) |
static Concept |
createConcept2(com.hp.hpl.jena.graph.Node propertyNode1,
com.hp.hpl.jena.graph.Node propertyNode2) |
static Concept |
createConceptProperty(com.hp.hpl.jena.graph.Node propertyNode) |
static Set<com.hp.hpl.jena.graph.Triple> |
geomizedToRdf(Map<com.hp.hpl.jena.graph.Triple,com.vividsolutions.jts.geom.Geometry> map)
Create reified statements from the triple
|
public static final com.hp.hpl.jena.sparql.core.Var vs
public static final com.hp.hpl.jena.sparql.core.Var vw
public static final com.hp.hpl.jena.sparql.core.Var va
public static final Concept conceptWgsGeometry
public static final Concept conceptOgcGeometry
public static final MappedConcept mcWgsGeometry
public static final MappedConcept mcOgcGeometry
public static final String wktLiteralStr
public static final com.hp.hpl.jena.datatypes.RDFDatatype geomType
public static final String geomTypeVirtStr
public static final com.hp.hpl.jena.datatypes.RDFDatatype geomTypeVirt
public static com.google.common.base.Function<com.hp.hpl.jena.graph.Triple,com.hp.hpl.jena.graph.Triple> fnConvertOgcToVirt
public static Concept createConceptProperty(com.hp.hpl.jena.graph.Node propertyNode)
public static Concept createConcept2(com.hp.hpl.jena.graph.Node propertyNode1, com.hp.hpl.jena.graph.Node propertyNode2)
public static final com.hp.hpl.jena.sparql.expr.aggregate.Aggregator createAggregatorWkt(com.hp.hpl.jena.sparql.core.Var wktVar)
public static Set<com.hp.hpl.jena.graph.Triple> geomizedToRdf(Map<com.hp.hpl.jena.graph.Triple,com.vividsolutions.jts.geom.Geometry> map)
target - map - public static com.hp.hpl.jena.graph.Triple convertOgcToVirt(com.hp.hpl.jena.graph.Triple t)
t - Copyright © 2014. All rights reserved.