Uses of Class
org.geotools.feature.type.ProfileImpl
-
Packages that use ProfileImpl Package Description org.geotools.gml2 org.geotools.gml3 org.geotools.xs Captures initial mapping of XML Simple Types to Java Objects. -
-
Uses of ProfileImpl in org.geotools.gml2
Methods in org.geotools.gml2 that return ProfileImpl Modifier and Type Method Description ProfileImpl
GMLSchema. profile()
Profile of GMLSchema capturing a unique mapping of Java classes. -
Uses of ProfileImpl in org.geotools.gml3
Methods in org.geotools.gml3 that return ProfileImpl Modifier and Type Method Description ProfileImpl
GMLSchema. profile()
Profile of GMLSchema capturing a unique mapping of Java classes. -
Uses of ProfileImpl in org.geotools.xs
Methods in org.geotools.xs that return ProfileImpl Modifier and Type Method Description ProfileImpl
XSSchema. profile()
Profile of XSSchema used to provide a unique mapping for Java classes.
-