Changeset 536 for trunk/zoo-project/zoo-services/ogr/base-vect-ops-py
- Timestamp:
- Nov 17, 2014, 1:08:46 PM (10 years ago)
- Location:
- trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/BoundaryPy.zcfg
r106 r536 1 1 [BoundaryPy] 2 Title = Compute boundary.2 Title = Computes boundary. 3 3 Abstract = A new geometry object is created and returned containing the boundary of the geometry on which the method is invoked. 4 4 processVersion = 1 -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/BufferPy.zcfg
r106 r536 1 1 [BufferPy] 2 Title = Create a buffer around a polygon.3 Abstract = Create a buffer around a single polygon. Accepts the polygon as GML and provides GML output for the buffered feature.2 Title = Creates a buffer around a polygon. 3 Abstract = Creates a buffer around a single polygon. Accepts the polygon as GML and provides GML output for the buffered feature. 4 4 Profile = urn:ogc:wps:1.0.0:buffer 5 5 processVersion = 2 -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/CentroidPy.zcfg
r465 r536 1 1 [Clean] 2 Title = Extract the feature that have a valid geometry field.3 Abstract = Extract the featurethat have a valid geometry field.2 Title = Computes the centroid of a polygon 3 Abstract = Computes the centroid of a polygon that have a valid geometry field. 4 4 processVersion = 1 5 5 storeSupported = true -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/ConvexHullPy.zcfg
r106 r536 1 1 [ConvexHullPy] 2 Title = Compute convex hull.2 Title = Computes convex hull. 3 3 Abstract = A new geometry object is created and returned containing the convex hull of the geometry on which the method is invoked. 4 4 processVersion = 1 -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/DifferencePy.zcfg
r106 r536 1 1 [DifferencePy] 2 Title = Compute difference..2 Title = Computes difference. 3 3 Abstract = Generates a new geometry which is the region of this geometry with the region of the other geometry removed. 4 4 Profile = urn:ogc:wps:1.0.0:difference -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/IntersectionPy.zcfg
r106 r536 1 1 [IntersectionPy] 2 Title = Compute intersection.2 Title = Computes intersection. 3 3 Abstract = Generates a new geometry which is the region of intersection of the two geometries operated on. 4 4 Profile = urn:ogc:wps:1.0.0:union -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/SymDifferencePy.zcfg
r261 r536 1 1 [SymDifferencePy] 2 Title = Compute symmetric difference.2 Title = Computes symmetric difference. 3 3 Abstract = Generates a new geometry which is the symmetric difference of this geometry and the other geometry. 4 4 Profile = urn:ogc:wps:1.0.0:symmetricdifference -
trunk/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/UnionPy.zcfg
r106 r536 1 1 [UnionPy] 2 Title = Compute union.2 Title = Computes union. 3 3 Abstract = Generates a new geometry which is the region of union of the two geometries operated on. 4 4 Profile = urn:ogc:wps:1.0.0:union
Note: See TracChangeset
for help on using the changeset viewer.