Changeset 536 for trunk/zoo-project/zoo-services/ogr/base-vect-ops
- Timestamp:
- Nov 17, 2014, 1:08:46 PM (10 years ago)
- Location:
- trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg
r491 r536 1 1 [Boundary] 2 Title = Compute boundary.2 Title = Computes boundary. 3 3 Abstract = This service shall return a feature callection representing the combinatorial boundary of each geometry in the InputPolygon feature collection. 4 4 processVersion = 1 -
trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Centroid.zcfg
r491 r536 1 1 [Centroid] 2 Title = Getthe centroid of a polygon.2 Title = Computes the centroid of a polygon. 3 3 Abstract = This service shall return the point that is the geometric centre of gravity of the geometry InputPolygon. 4 4 Profile = urn:ogc:wps:1.0.0:centroid -
trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Difference.zcfg
r491 r536 1 1 [Difference] 2 Title = Compute difference. .3 Abstract = This function SHALLreturn a bag of geometry values representing the closure of the set difference between the two geometries InputEntity1 and InputEntity2. The difference is the set of all points which lie on InputEntity1 but not on InputEntity2.2 Title = Compute difference. 3 Abstract = This function shall return a bag of geometry values representing the closure of the set difference between the two geometries InputEntity1 and InputEntity2. The difference is the set of all points which lie on InputEntity1 but not on InputEntity2. 4 4 Profile = urn:ogc:wps:1.0.0:difference 5 5 processVersion = 2 -
trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/GetArea.zcfg
r80 r536 1 1 [GetArea] 2 2 Title = Compute geometry area. 3 Abstract = Computes the area fora geometry3 Abstract = Computes the area of a geometry 4 4 processVersion = 2 5 5 storeSupported = true -
trunk/zoo-project/zoo-services/ogr/base-vect-ops/cgi-env/Simplify.zcfg
r497 r536 1 1 [Simplify] 2 Title = Create a buffer around a polygon.2 Title = Simplifies polygons geometries. 3 3 Abstract = This service shall return a feature collection representing all simplified geometries with all their vertices within the distance of the original geometry defined by the given tolerance. 4 4 Profile = urn:ogc:wps:1.0.0:buffer
Note: See TracChangeset
for help on using the changeset viewer.