Uses of Class
org.opengis.metadata.Datatype
Packages that use Datatype
-
Uses of Datatype in org.opengis.metadata
Fields in org.opengis.metadata declared as DatatypeModifier and TypeFieldDescriptionstatic final DatatypeDatatype.ABSTRACT_CLASSClass that cannot be directly instantiated.static final DatatypeDatatype.AGGREGATE_CLASSClass that is composed of classes it is connected to by an aggregate relationship.static final DatatypeDatatype.ASSOCIATIONSemantic relationship between two classes that involves connections among their instances.static final DatatypeDatatype.CHARACTER_STRINGFree text field.static final DatatypeDatatype.CLASSDescriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior.static final DatatypeDatatype.CODE_LISTFlexible enumeration useful for expressing a long list of values, can be extended.static final DatatypeDatatype.CODE_LIST_ELEMENTPermissible value for a codelist or enumeration.static final DatatypeDatatype.DATATYPE_CLASSClass with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage.static final DatatypeDatatype.ENUMERATIONData type whose instances form a list of named literal values, not extendable.static final DatatypeDatatype.INTEGERNumerical field.static final DatatypeDatatype.INTERFACE_CLASSNamed set of operations that characterize the behavior of an element.static final DatatypeDatatype.META_CLASSClass whose instances are classes.static final DatatypeDatatype.SPECIFIED_CLASSSubclass that may be substituted for its superclass.static final DatatypeDatatype.TYPE_CLASSClass used for specification of a domain of instances (objects), together with the operations applicable to the objects.static final DatatypeDatatype.UNION_CLASSClass describing a selection of one of the specified types.Methods in org.opengis.metadata that return DatatypeModifier and TypeMethodDescriptionDatatype[]Datatype.family()Returns the list of enumerations of the same kind as this enum.ExtendedElementInformation.getDataType()Code which identifies the kind of value provided in the extended element.static DatatypeReturns the datatype that matches the given string, or returns a new one if none match it.static Datatype[]Datatype.values()Returns the list ofDatatypes.