|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<DataAccess<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature>>
org.geotools.data.complex.DataAccessRegistry
org.geotools.data.complex.AppSchemaDataAccessRegistry
public class AppSchemaDataAccessRegistry
Field Summary |
---|
Fields inherited from class org.geotools.data.complex.DataAccessRegistry |
---|
registry |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
AppSchemaDataAccessRegistry()
|
Method Summary | |
---|---|
static FeatureTypeMapping |
getMappingByElement(org.opengis.feature.type.Name featureTypeName)
|
static FeatureTypeMapping |
getMappingByName(org.opengis.feature.type.Name featureTypeName)
Get a feature type mapping from a registered app-schema data access. |
static FeatureSource<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
getSimpleFeatureSource(org.opengis.feature.type.Name featureTypeName)
Get a feature source for simple features with supplied feature type name. |
static boolean |
hasName(org.opengis.feature.type.Name featureTypeName)
Return true if a type name is mapped in one of the registered app-schema data accesses. |
static boolean |
hasTargetElement(org.opengis.feature.type.Name featureTypeName)
Return true if a type name is mapped in one of the registered app-schema data accesses as targetElementName, regardless whether or not mappingName exists. |
Methods inherited from class org.geotools.data.complex.DataAccessRegistry |
---|
getDataAccess, getFeatureSource, register, throwDataSourceException, unregister, unregisterAll |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode |
Constructor Detail |
---|
public AppSchemaDataAccessRegistry()
Method Detail |
---|
public static FeatureTypeMapping getMappingByName(org.opengis.feature.type.Name featureTypeName) throws java.io.IOException
featureTypeName
-
java.io.IOException
public static FeatureTypeMapping getMappingByElement(org.opengis.feature.type.Name featureTypeName) throws java.io.IOException
java.io.IOException
public static FeatureSource<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> getSimpleFeatureSource(org.opengis.feature.type.Name featureTypeName) throws java.io.IOException
featureTypeName
-
java.io.IOException
public static boolean hasName(org.opengis.feature.type.Name featureTypeName) throws java.io.IOException
featureTypeName
- Feature type name
java.io.IOException
public static boolean hasTargetElement(org.opengis.feature.type.Name featureTypeName) throws java.io.IOException
featureTypeName
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |