Class FrenchParcelSchemas
java.lang.Object
fr.ign.artiscales.pm.fields.french.FrenchParcelSchemas
Method to deal with French parcel nomenclature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.geotools.feature.simple.SimpleFeatureBuilderfillSFBFrenchParcelSplitWithFeat(org.opengis.feature.simple.SimpleFeature feat, org.geotools.feature.simple.SimpleFeatureBuilder builder, String geomName, int split)static org.geotools.feature.simple.SimpleFeatureBuilderfillSFBFrenchParcelSplitWithFeat(org.opengis.feature.simple.SimpleFeature feat, org.geotools.feature.simple.SimpleFeatureBuilder parcelBuilder, String geomName, org.locationtech.jts.geom.Geometry geom, int split)static org.geotools.feature.simple.SimpleFeatureBuilderstatic org.geotools.feature.simple.SimpleFeatureBuilderstatic org.geotools.feature.simple.SimpleFeatureBuilderstatic org.geotools.feature.simple.SimpleFeatureBuildersetSFBFrenchParcelSplitWithFeat(org.opengis.feature.simple.SimpleFeature feat, org.opengis.feature.simple.SimpleFeatureType schema, int split)static org.geotools.feature.simple.SimpleFeatureBuildersetSFBFrenchParcelWithFeat(org.opengis.feature.simple.SimpleFeature feat)
-
Constructor Details
-
FrenchParcelSchemas
public FrenchParcelSchemas()
-
-
Method Details
-
getSFBFrenchZoning
public static org.geotools.feature.simple.SimpleFeatureBuilder getSFBFrenchZoning() -
getSFBFrenchParcel
public static org.geotools.feature.simple.SimpleFeatureBuilder getSFBFrenchParcel() -
setSFBFrenchParcelWithFeat
public static org.geotools.feature.simple.SimpleFeatureBuilder setSFBFrenchParcelWithFeat(org.opengis.feature.simple.SimpleFeature feat) -
getSFBFrenchParcelSplit
public static org.geotools.feature.simple.SimpleFeatureBuilder getSFBFrenchParcelSplit() -
setSFBFrenchParcelSplitWithFeat
public static org.geotools.feature.simple.SimpleFeatureBuilder setSFBFrenchParcelSplitWithFeat(org.opengis.feature.simple.SimpleFeature feat, org.opengis.feature.simple.SimpleFeatureType schema, int split) -
fillSFBFrenchParcelSplitWithFeat
public static org.geotools.feature.simple.SimpleFeatureBuilder fillSFBFrenchParcelSplitWithFeat(org.opengis.feature.simple.SimpleFeature feat, org.geotools.feature.simple.SimpleFeatureBuilder builder, String geomName, int split) -
fillSFBFrenchParcelSplitWithFeat
public static org.geotools.feature.simple.SimpleFeatureBuilder fillSFBFrenchParcelSplitWithFeat(org.opengis.feature.simple.SimpleFeature feat, org.geotools.feature.simple.SimpleFeatureBuilder parcelBuilder, String geomName, org.locationtech.jts.geom.Geometry geom, int split)
-