Uses of Interface
org.opengis.util.TypeName

Packages that use TypeName
org.opengis.util A set of utilities classes and interfaces for OpenGIS interfaces. 
 

Uses of TypeName in org.opengis.util
 

Methods in org.opengis.util that return TypeName
 TypeName MemberName.getAttributeType()
          Returns the type of the data associated with the record member.
 TypeName RecordType.getTypeName()
          Returns the name that identifies this record type.
 TypeName RecordType.locate(MemberName name)
          Looks up the provided attribute name and returns the associated type name.
 

Methods in org.opengis.util that return types with arguments of type TypeName
 Map<MemberName,TypeName> RecordType.getAttributeTypes()
          Returns the dictionary of all (name, type) pairs in this record type.
 Map<TypeName,RecordType> RecordSchema.getDescription()
          Returns the dictionary of all (name, record type) pairs in this schema.
 

Methods in org.opengis.util with parameters of type TypeName
 RecordType RecordSchema.locate(TypeName name)
          Looks up the provided type name and returns the associated record type.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.