Changeset 536 for trunk/zoo-project/zoo-services/ogr
- Timestamp:
- Nov 17, 2014, 1:08:46 PM (10 years ago)
- Location:
- trunk/zoo-project/zoo-services/ogr
- Files:
-
- 14 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 -
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 -
trunk/zoo-project/zoo-services/ogr/ogr2ogr/cgi-env/Ogr2Ogr.zcfg
r261 r536 1 1 [Ogr2Ogr] 2 Title = Convert vector data from one format to another.3 Abstract = Converts vector data between different formats.2 Title = Converts vector data from one format to another. 3 Abstract = http://www.gdal.org/ogr2ogr.html 4 4 processVersion = 1 5 5 storeSupported = true
Note: See TracChangeset
for help on using the changeset viewer.