Uses of Interface
org.opengis.feature.type.Schema

Packages that use Schema
org.geotools.data.complex.config   
org.geotools.feature   
org.geotools.feature.simple   
org.geotools.feature.type   
org.geotools.gml2   
org.geotools.gml3   
org.geotools.gml3.smil   
org.geotools.gml3.v3_2   
org.geotools.gml3.v3_2.gco   
org.geotools.gml3.v3_2.gmd   
org.geotools.gml3.v3_2.gmx   
org.geotools.gml3.v3_2.gsr   
org.geotools.gml3.v3_2.gss   
org.geotools.gml3.v3_2.gts   
org.geotools.xlink   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
org.geotools.xs Captures initial mapping of XML Simple Types to Java Objects. 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
 

Uses of Schema in org.geotools.data.complex.config
 

Methods in org.geotools.data.complex.config with parameters of type Schema
protected  void FeatureTypeRegistry.importSchema(Schema schema)
           
 

Uses of Schema in org.geotools.feature
 

Methods in org.geotools.feature with parameters of type Schema
 void TypeBuilder.load(Schema schema)
          Load the indicated schema to map Java class to your Type System.
 

Uses of Schema in org.geotools.feature.simple
 

Classes in org.geotools.feature.simple that implement Schema
 class SimpleSchema
          Schema containing a set of "simple" types.
 

Methods in org.geotools.feature.simple with parameters of type Schema
 void SimpleFeatureTypeBuilder.addBindings(Schema schema)
          Specifies a number of attribute type bindings.
 void SimpleFeatureTypeBuilder.setBindings(Schema schema)
          Specifies a number of attribute type bindings clearing out all existing bindings.
 

Uses of Schema in org.geotools.feature.type
 

Classes in org.geotools.feature.type that implement Schema
 class ProfileImpl
          A "sub" Schema used to select types for a specific use.
 class SchemaImpl
          Implementation of Schema.
 

Methods in org.geotools.feature.type that return Schema
 Schema FeatureTypeFactoryImpl.createSchema(String uri)
           
 Schema SchemaImpl.profile(Set<Name> profile)
           
 Schema ProfileImpl.profile(Set<Name> profile)
           
 

Constructors in org.geotools.feature.type with parameters of type Schema
ProfileImpl(Schema parent, Set<Name> profile)
          Subset parent schema with profile keys.
 

Uses of Schema in org.geotools.gml2
 

Classes in org.geotools.gml2 that implement Schema
 class GMLSchema
           
 

Methods in org.geotools.gml2 that return Schema
protected  Schema GML.buildTypeMappingProfile(Schema typeSchema)
           
protected  Schema GML.buildTypeSchema()
           
 

Methods in org.geotools.gml2 with parameters of type Schema
protected  Schema GML.buildTypeMappingProfile(Schema typeSchema)
           
 

Uses of Schema in org.geotools.gml3
 

Methods in org.geotools.gml3 that return Schema
 Schema GML.buildTypeMappingProfile(Schema typeSchema)
           
protected  Schema GML.buildTypeSchema()
           
 

Methods in org.geotools.gml3 with parameters of type Schema
 Schema GML.buildTypeMappingProfile(Schema typeSchema)
           
 

Uses of Schema in org.geotools.gml3.smil
 

Classes in org.geotools.gml3.smil that implement Schema
 class SMIL20LANGSchema
           
 class SMIL20Schema
           
 

Uses of Schema in org.geotools.gml3.v3_2
 

Methods in org.geotools.gml3.v3_2 that return Schema
protected  Schema GML.buildTypeMappingProfile(Schema typeSchema)
           
protected  Schema GML.buildTypeSchema()
           
 

Methods in org.geotools.gml3.v3_2 with parameters of type Schema
protected  Schema GML.buildTypeMappingProfile(Schema typeSchema)
           
 

Uses of Schema in org.geotools.gml3.v3_2.gco
 

Classes in org.geotools.gml3.v3_2.gco that implement Schema
 class GCOSchema
           
 

Methods in org.geotools.gml3.v3_2.gco that return Schema
protected  Schema GCO.buildTypeSchema()
           
 

Uses of Schema in org.geotools.gml3.v3_2.gmd
 

Classes in org.geotools.gml3.v3_2.gmd that implement Schema
 class GMDSchema
           
 

Methods in org.geotools.gml3.v3_2.gmd that return Schema
protected  Schema GMD.buildTypeSchema()
           
 

Uses of Schema in org.geotools.gml3.v3_2.gmx
 

Classes in org.geotools.gml3.v3_2.gmx that implement Schema
 class GMXSchema
           
 

Methods in org.geotools.gml3.v3_2.gmx that return Schema
protected  Schema GMX.buildTypeSchema()
           
 

Uses of Schema in org.geotools.gml3.v3_2.gsr
 

Classes in org.geotools.gml3.v3_2.gsr that implement Schema
 class GSRSchema
           
 

Methods in org.geotools.gml3.v3_2.gsr that return Schema
protected  Schema GSR.buildTypeSchema()
           
 

Uses of Schema in org.geotools.gml3.v3_2.gss
 

Classes in org.geotools.gml3.v3_2.gss that implement Schema
 class GSSSchema
           
 

Methods in org.geotools.gml3.v3_2.gss that return Schema
protected  Schema GSS.buildTypeSchema()
           
 

Uses of Schema in org.geotools.gml3.v3_2.gts
 

Classes in org.geotools.gml3.v3_2.gts that implement Schema
 class GTSSchema
           
 

Methods in org.geotools.gml3.v3_2.gts that return Schema
protected  Schema GTS.buildTypeSchema()
           
 

Uses of Schema in org.geotools.xlink
 

Classes in org.geotools.xlink that implement Schema
 class XLINKSchema
           
 

Uses of Schema in org.geotools.xml
 

Fields in org.geotools.xml declared as Schema
protected  Schema XSD.typeMappingProfile
          type mapping profile
protected  Schema XSD.typeSchema
          type schema
 

Methods in org.geotools.xml that return Schema
protected  Schema XSD.buildTypeMappingProfile(Schema typeSchema)
          Sets up a profile which uniquely maps a set of java classes to a schema element.
protected  Schema XSD.buildTypeSchema()
          Sets up the schema which maps xml schema types to attribute types.
 Schema XSD.getTypeMappingProfile()
          Returns the sbuset of XSD.getTypeSchema() which maintains a unique java class to xml type mapping.
 Schema XSD.getTypeSchema()
          Returns the schema containing AttributeType's for all xml types.
 

Methods in org.geotools.xml that return types with arguments of type Schema
 List<Schema> XSD.getAllTypeMappingProfiles()
          Transitively returns the type mapping profile for this schema and all schemas that this schema depends on.
 

Methods in org.geotools.xml with parameters of type Schema
protected  Schema XSD.buildTypeMappingProfile(Schema typeSchema)
          Sets up a profile which uniquely maps a set of java classes to a schema element.
 

Uses of Schema in org.geotools.xs
 

Classes in org.geotools.xs that implement Schema
 class XSSchema
          Schema for XML simple types.
 

Methods in org.geotools.xs that return Schema
protected  Schema XS.buildTypeMappingProfile(Schema schema)
           
protected  Schema XS.buildTypeSchema()
           
 

Methods in org.geotools.xs with parameters of type Schema
protected  Schema XS.buildTypeMappingProfile(Schema schema)
           
 

Uses of Schema in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return Schema
 Schema FeatureTypeFactory.createSchema(String namespaceURI)
          Creates a schema.
 Schema Schema.profile(Set<Name> profile)
          Profiles the schema, creating a new schema in the process.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.