Class PlainFeatureFactory


  • public class PlainFeatureFactory
    extends Object
    • Constructor Detail

      • PlainFeatureFactory

        public PlainFeatureFactory()
    • Method Detail

      • createDefaultFeatureType

        public static org.opengis.feature.simple.SimpleFeatureType createDefaultFeatureType()
      • createDefaultFeatureType

        public static org.opengis.feature.simple.SimpleFeatureType createDefaultFeatureType​(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
      • createPlainFeatureType

        public static org.opengis.feature.simple.SimpleFeatureType createPlainFeatureType​(String typeName,
                                                                                          Class<? extends org.locationtech.jts.geom.Geometry> geometryType,
                                                                                          org.opengis.referencing.crs.CoordinateReferenceSystem crs)
      • createPlainFeature

        public static org.opengis.feature.simple.SimpleFeature createPlainFeature​(org.opengis.feature.simple.SimpleFeatureType type,
                                                                                  String id,
                                                                                  org.locationtech.jts.geom.Geometry geometry,
                                                                                  String styleCSS)