Class ArtiScalesParcelFields
java.lang.Object
fr.ign.artiscales.pm.fields.artiscales.ArtiScalesParcelFields
Basic methods for ArtiScale nomenclature implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.geotools.data.simple.SimpleFeatureCollectionfixParcelAttributes(org.geotools.data.simple.SimpleFeatureCollection parcels, org.geotools.data.simple.SimpleFeatureCollection originalParcels, File buildingFile, File polygonIntersectionFile, File zoningFile, boolean allOrCell)Set the parcel's attribute after a parcel recomposition processus based on the French model.
-
Constructor Details
-
ArtiScalesParcelFields
public ArtiScalesParcelFields()
-
-
Method Details
-
fixParcelAttributes
public static org.geotools.data.simple.SimpleFeatureCollection fixParcelAttributes(org.geotools.data.simple.SimpleFeatureCollection parcels, org.geotools.data.simple.SimpleFeatureCollection originalParcels, File buildingFile, File polygonIntersectionFile, File zoningFile, boolean allOrCell) throws IOExceptionSet the parcel's attribute after a parcel recomposition processus based on the French model. Won't change parcel's information if they are already set- Parameters:
parcels- Whole set of parcelsbuildingFile- geo file containing the builings of the zone.polygonIntersectionFile- geo file containing outputs of MUP-City. Can be emptyoriginalParcels- Parcel before any cutzoningFile- geofile containing the zoning fileallOrCell- do we mark every parcels or only the ones that intersects MUP-City's cells ?- Returns:
- The parcel set with the right attributes
- Throws:
IOException- reading geofiles
-