Uses of Class
org.opengis.geoapi.SchemaInformation.Element
-
Packages that use SchemaInformation.Element Package Description org.opengis.geoapi Information about GeoAPI content, made available for test suites. -
-
Uses of SchemaInformation.Element in org.opengis.geoapi
Methods in org.opengis.geoapi that return types with arguments of type SchemaInformation.Element Modifier and Type Method Description Map<String,SchemaInformation.Element>SchemaInformation. getTypeDefinition(Class<?> type)Returns the type definitions for the given class.Map<String,SchemaInformation.Element>SchemaInformation. getTypeDefinition(String typeName)Returns the type definitions for a class of the given name.Method parameters in org.opengis.geoapi with type arguments of type SchemaInformation.Element Modifier and Type Method Description QNameNameSpaces. name(Class<?> type, Map<String,SchemaInformation.Element> definition)Returns the OGC/ISO name of the given type together with its XML prefix and pseudo-namespace, ornull.
-