Class FrenchParcelSchemas

java.lang.Object
fr.ign.artiscales.pm.fields.french.FrenchParcelSchemas

public class FrenchParcelSchemas extends Object
Method to deal with French parcel nomenclature
  • 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)