Revision 43405 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
1336 1336
	public MultiSurface createMultiSurface(GeneralPathX generalPathX,
1337 1337
	    int subType) throws CreateGeometryException;
1338 1338
        
1339
        public InformationbuilderWithGeometrySupport createInformacionBuilder();
1339
    public InformationbuilderWithGeometrySupport createInformacionBuilder();
1340
    
1341
    /**
1342
     * Check if geomTypeChild is a geoemtry type deribed of geomTypeParent
1343
     * 
1344
     * @param geomTypeParent
1345
     * @param geomTypeChild
1346
     * @return 
1347
     */
1348
    public boolean isSubtype(int geomTypeParent, int geomTypeChild);
1340 1349

  
1341 1350
}

Also available in: Unified diff