Uses of Interface
repast.simphony.space.gis.FeatureAttributeAdapter
-
Uses of FeatureAttributeAdapter in repast.simphony.space.gis
Modifier and TypeMethodDescriptionvoid
FeatureAgentFactoryFinder.addAdapter
(Class<?> adapteeClass, FeatureAttributeAdapter adapter) Adds an adapter for the specified class.Modifier and TypeMethodDescriptionprotected org.opengis.feature.simple.SimpleFeatureType
FeatureAgentFactory.getFeatureType
(Class agentClass, org.opengis.referencing.crs.CoordinateReferenceSystem coordRefSystem, Class<? extends org.locationtech.jts.geom.Geometry> geomClass, List<FeatureAttributeAdapter> adapters) protected org.opengis.feature.simple.SimpleFeatureType
FeatureAgentFactory.getShapefileFeatureType
(Class agentClass, org.opengis.referencing.crs.CoordinateReferenceSystem coordRefSystem, Class<? extends org.locationtech.jts.geom.Geometry> geomClass, List<FeatureAttributeAdapter> adapters) Gets a feature type appropriate for writing to shapefile.ModifierConstructorDescriptionFeatureAgent
(org.opengis.feature.simple.SimpleFeatureType type, T agent, Geography geog, List<FeatureAttributeAdapter> adapters, List<repast.simphony.space.gis.FeatureAgentFactory.ObjectClassAttributeData> classAttributeList) Creates a FeatureAgent from the specified FeatureType, agent and geography.