Uses of Interface
repast.simphony.space.gis.FeatureAttributeAdapter
Packages that use FeatureAttributeAdapter
-
Uses of FeatureAttributeAdapter in repast.simphony.space.gis
Methods in repast.simphony.space.gis with parameters of type FeatureAttributeAdapterModifier and TypeMethodDescriptionvoidFeatureAgentFactoryFinder.addAdapter(Class<?> adapteeClass, FeatureAttributeAdapter adapter) Adds an adapter for the specified class.Method parameters in repast.simphony.space.gis with type arguments of type FeatureAttributeAdapterModifier and TypeMethodDescriptionprotected org.opengis.feature.simple.SimpleFeatureTypeFeatureAgentFactory.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.SimpleFeatureTypeFeatureAgentFactory.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.Constructor parameters in repast.simphony.space.gis with type arguments of type FeatureAttributeAdapterModifierConstructorDescriptionFeatureAgent(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.