X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fruntime%2Forg.argeo.server.jcr%2Fsrc%2Fmain%2Fresources%2Forg%2Fargeo%2Fjcr%2Fgis%2Fargeo_gis.cnd;fp=server%2Fruntime%2Forg.argeo.server.jcr%2Fsrc%2Fmain%2Fresources%2Forg%2Fargeo%2Fjcr%2Fgis%2Fargeo_gis.cnd;h=0000000000000000000000000000000000000000;hb=2981b9e4a7a03d9aef775e1b9238a22119a9b078;hp=de147bbc13d4ccde456dbe105691559e564c85d0;hpb=4682eb19bc95c0ce41abe543d76268943a530d5d;p=lgpl%2Fargeo-commons.git diff --git a/server/runtime/org.argeo.server.jcr/src/main/resources/org/argeo/jcr/gis/argeo_gis.cnd b/server/runtime/org.argeo.server.jcr/src/main/resources/org/argeo/jcr/gis/argeo_gis.cnd deleted file mode 100644 index de147bbc1..000000000 --- a/server/runtime/org.argeo.server.jcr/src/main/resources/org/argeo/jcr/gis/argeo_gis.cnd +++ /dev/null @@ -1,46 +0,0 @@ - - -// GEOMETRIES (based on JTS http://www.vividsolutions.com/jts/JTSHome.htm) -[gis:coordinate] > nt:base -mixin -- gis:x (DOUBLE) m -- gis:y (DOUBLE) m -- gis:z (DOUBLE) - -// marker any node that is located or has a located parent -[gis:indexed] > nt:unstructured, mix:lastModified -mixin - -[gis:located] > gis:indexed -abstract mixin -// either an EPSG code (e.g. EPSG:4326 for WGS 84) or a WKT representation -- gis:srs (STRING) -// WKB -- gis:bbox (BINARY) -// WKB -- gis:centroid (BINARY) -// - gis:role (STRING) - -[gis:geometry] > nt:unstructured, gis:located -- gis:wkb (BINARY) - -// GEOTOOLS -[gis:feature] > nt:base -mixin -- gis:srs (STRING) m -// WKB -- gis:bbox (BINARY) m -// WKB -- gis:centroid (BINARY) m -//- gis:relatedNode (REFERENCE) * - -[gis:featureSource] > nt:unstructured, mix:title -mixin -- gis:type (STRING) - -[gis:dataStore] > nt:unstructured, mix:title -- gis:type (STRING) -+ * (gis:featureSource) * -// FIXME + * (gis:featureSource) - -[gis:relatedFeature] > nt:address, gis:located