Revision 45039 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.api/src/main/java/org/gvsig/fmap/geom/GeometryManager.java

View differences:

GeometryManager.java
1369 1369
     * @return 
1370 1370
     */
1371 1371
    public boolean isSubtype(int geomTypeParent, int geomTypeChild);
1372
    
1373
    /**
1374
     * Check if geomTypeParent is a Multigeometry and geomTypeChild is compatible
1375
     * 
1376
     * @param geomTypeParent
1377
     * @param geomTypeChild
1378
     * @return 
1379
     */
1380
    public boolean canAggregate(int geomTypeParent, int geomTypeChild);
1372 1381

  
1373 1382
}

Also available in: Unified diff