Uses of Interface
org.opengis.util.TypeName
Packages that use TypeName
Package
Description
Information about data quality, accuracy and consistency of a dataset.
Descriptions and values of parameters used by a coordinate operation or a process.
Implementations of GeoAPI types from the
org.opengis.util package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of TypeName in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return TypeNameModifier and TypeMethodDescriptionDefaultBasicMeasure.getValueType()Returns the value type for the result of the basic measure.DefaultQualityMeasure.getValueType()Returns the value type for reporting a data quality result.Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type TypeNameModifier and TypeMethodDescriptionDefaultQualityMeasure.getElementNames()Returns the names of the data quality element to which a measure applies.Methods in org.apache.sis.metadata.iso.quality with parameters of type TypeNameModifier and TypeMethodDescriptionvoidDefaultBasicMeasure.setValueType(TypeName newValue) Sets the value type for the result of the basic measure.voidDefaultQualityMeasure.setValueType(TypeName newValue) Sets the value type for reporting a data quality result.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type TypeNameModifier and TypeMethodDescriptionvoidDefaultQualityMeasure.setElementNames(Collection<? extends TypeName> newValues) Sets the name of the data quality element for which quality is reported. -
Uses of TypeName in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return TypeNameModifier and TypeMethodDescriptionDefaultParameterDescriptor.getValueType()Returns the name that describes the type of parameter values. -
Uses of TypeName in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement TypeNameModifier and TypeClassDescriptionclassThe name of an attribute type associated to a member name.Methods in org.apache.sis.util.iso that return TypeNameModifier and TypeMethodDescriptionDefaultRecordSchema.createRecordTypeName(CharSequence typeName) Creates the name of a record.DefaultNameFactory.createTypeName(NameSpace scope, CharSequence name) Creates a type name from the given character sequence and automatically inferred Java type.DefaultNameFactory.createTypeName(NameSpace scope, CharSequence name, Type javaType) Creates a type name from the given character sequence and explicit Java type.static TypeNameNames.createTypeName(CharSequence namespace, String separator, CharSequence localPart) Creates a type name from the given character sequence and automatically inferred Java type.static TypeNameNames.createTypeName(Class<?> valueClass) Creates a type name for the given class using naming convention documented inDefaultTypeName.DefaultMemberName.getAttributeType()Returns the type of the data associated with the record member.DefaultRecordType.getTypeName()Returns the name that identifies this record type.DefaultRecordType.locate(MemberName fieldName) Returns the type associated to the given attribute name, ornullif none.DefaultNameFactory.toTypeName(Class<?> valueClass) Suggests a type name for the given class.Methods in org.apache.sis.util.iso that return types with arguments of type TypeNameModifier and TypeMethodDescriptionDefaultRecordSchema.getDescription()Returns the dictionary of all (name, record type) pairs in this schema.Methods in org.apache.sis.util.iso with parameters of type TypeNameModifier and TypeMethodDescriptionstatic DefaultTypeNameDefaultTypeName.castOrCopy(TypeName object) Returns a SIS type name implementation with the values of the given arbitrary implementation.DefaultNameFactory.createMemberName(NameSpace scope, CharSequence name, TypeName attributeType) Creates a member name from the given character sequence and attribute type.static MemberNameNames.createMemberName(CharSequence namespace, String separator, CharSequence localPart, TypeName attributeType) Creates a member name for attribute values of the given type.Returns the record type for the given name.static Class<?> Returns the Java class associated to the given type name.Constructors in org.apache.sis.util.iso with parameters of type TypeNameModifierConstructorDescriptionprotectedDefaultMemberName(NameSpace scope, CharSequence name, TypeName attributeType) Constructs a member name from the given character sequence and attribute type.DefaultRecordType(TypeName typeName, Map<? extends MemberName, ? extends Type> fields) Creates a new record type. -
Uses of TypeName in org.opengis.util
Methods in org.opengis.util that return TypeNameModifier and TypeMethodDescriptionNameFactory.createTypeName(NameSpace scope, CharSequence name) Creates a type name from the given character sequence.MemberName.getAttributeType()Returns the type of the data associated with the record member.RecordType.getTypeName()Returns the name that identifies this record type.Type.getTypeName()Returns the name that identifies this type.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 TypeNameModifier and TypeMethodDescriptionRecordSchema.getDescription()Returns the dictionary of all (name, record type) pairs in this schema.Methods in org.opengis.util with parameters of type TypeNameModifier and TypeMethodDescriptionLooks up the provided type name and returns the associated record type.