Uses of Interface
org.opengis.util.TypeName
-
Packages that use TypeName Package Description org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of TypeName in org.opengis.util
Methods in org.opengis.util that return TypeName Modifier and Type Method Description TypeNameNameFactory. createTypeName(NameSpace scope, java.lang.CharSequence name)Creates a type name from the given character sequence.TypeNameMemberName. getAttributeType()Returns the type of the data associated with the record member.TypeNameRecordType. getTypeName()Returns the name that identifies this record type.TypeNameType. getTypeName()Returns the name that identifies this type.TypeNameRecordType. 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description RecordTypeRecordSchema. locate(TypeName name)Looks up the provided type name and returns the associated record type.
-