Class ShapefileFeatureAgentFactory<T>


  • public class ShapefileFeatureAgentFactory<T>
    extends FeatureAgentFactory<T>
    Factory class for creating feature agents that are appropriate for writing to shapfiles. Such features have only primitive or String attributes. Instances of the this class can be created using the FeatureAgentFactoryFinder.
    Author:
    Nick Collier, Eric Tatara
    • Method Detail

      • getFeatureType

        public org.opengis.feature.simple.SimpleFeatureType getFeatureType()
        Gets the created feature type.
        Returns:
        the created feature type.
      • getCrs

        public org.opengis.referencing.crs.CoordinateReferenceSystem getCrs()
        Gets the coordinate reference system for this factory.
        Returns:
        the coordinate reference system for this factory.