Uses of Class
org.opengis.annotation.UML
- 
Packages that use UML Package Description org.opengis.annotation Set of annotations mapping GeoAPI interfaces to Open Geospatial UML or XML schemas.org.opengis.feature Defines the structure and content of views of real-world phenomenon.org.opengis.geometry org.opengis.geometry.coordinate org.opengis.metadata The metadata root entity.org.opengis.metadata.acquisition org.opengis.metadata.citation Type for citing a resource and information about the responsible party.org.opengis.metadata.constraint Restrictions placed on data (legal and security constraints).org.opengis.metadata.content Identification of the feature catalogue used, or description of the content of a coverage dataset.org.opengis.metadata.distribution Information concerning the distributor of, and options for obtaining, a resource.org.opengis.metadata.extent Geographic, vertical and temporal extents.org.opengis.metadata.identification Information to uniquely identify the data or service.org.opengis.metadata.lineage Sources and production processes used in producing a dataset.org.opengis.metadata.maintenance Scope and frequency of updating data.org.opengis.metadata.quality org.opengis.metadata.spatial Information concerning the mechanisms used to represent spatial information in a dataset.org.opengis.parameter Description and storage of parameter values.org.opengis.referencing Base interfaces for reference systems.org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. - 
- 
Uses of UML in org.opengis.annotation
Classes in org.opengis.annotation with annotations of type UML Modifier and Type Class Description classObligationWhether an element is mandatory, optional or have other obligation. - 
Uses of UML in org.opengis.feature
Classes in org.opengis.feature with annotations of type UML Modifier and Type Interface Description interfaceAttributeType<V>Definition of an attribute in a feature type.interfaceDynamicAttribute<V>An instance of aDynamicAttributeTypecontaining time-dependent values of an attribute.interfaceDynamicAttributeType<V>Definition of a dynamic attribute in a moving feature type.interfaceFeatureAssociationRoleIndicates the role played by the association between two features.interfaceFeatureTypeAbstraction of a real-world phenomena.interfaceIdentifiedTypeIdentification and description information inherited by property types and feature types.interfaceOperationDescribes the behaviour of a feature type as a function or a method.interfacePropertyTypeCharacteristics that may be associated with aFeatureType.Methods in org.opengis.feature with annotations of type UML Modifier and Type Method Description default Map<String,AttributeType<?>>AttributeType. characteristics()Other attribute types that describes this attribute type.InternationalStringIdentifiedType. getDefinition()Returns a concise definition of the element.default InternationalStringIdentifiedType. getDescription()Returns optional information beyond that required for concise definition of the element.default InternationalStringIdentifiedType. getDesignation()Returns a natural language designator for the element.intAttributeType. getMaximumOccurs()Returns the maximum number of attribute values.intFeatureAssociationRole. getMaximumOccurs()Returns the maximum number of occurrences of the association within its containing entity.intAttributeType. getMinimumOccurs()Returns the minimum number of attribute values.intFeatureAssociationRole. getMinimumOccurs()Returns the minimum number of occurrences of the association within its containing entity.GenericNameAttributeType. getName()Returns the name of this attribute type.GenericNameFeatureAssociationRole. getName()Returns the name of this association role.GenericNameFeatureType. getName()Returns the name of this feature type.GenericNameIdentifiedType. getName()Returns the name of this type.ParameterDescriptorGroupOperation. getParameters()Returns a description of the input parameters.Collection<? extends PropertyType>FeatureType. getProperties(boolean includeSuperTypes)Returns any feature operation, any feature attribute type and any feature association role that carries characteristics of a feature type.IdentifiedTypeOperation. getResult()Returns the expected result type, ornullif none.Set<? extends FeatureType>FeatureType. getSuperTypes()Returns the direct parents of this feature type.Class<V>AttributeType. getValueClass()Returns the type of attribute values.FeatureTypeFeatureAssociationRole. getValueType()Returns the type of feature values.booleanFeatureType. isAbstract()Returnstrueif the feature type acts as an abstract super-type.Collection<V>DynamicAttribute. valuesAt(TemporalPosition time)Returns all attribute values at the given time, or an empty collection if none. - 
Uses of UML in org.opengis.geometry
Classes in org.opengis.geometry with annotations of type UML Modifier and Type Interface Description interfaceDirectPositionHolds the coordinates for a position within some coordinate reference system.interfaceEnvelopeA minimum bounding box or rectangle.Methods in org.opengis.geometry with annotations of type UML Modifier and Type Method Description double[]DirectPosition. getCoordinate()A copy of the coordinates presented as an array of double values.CoordinateReferenceSystemDirectPosition. getCoordinateReferenceSystem()The coordinate reference system in which the coordinate tuple is given.intDirectPosition. getDimension()The length of coordinate sequence (the number of entries).DirectPositionEnvelope. getLowerCorner()The limits in the direction of decreasing coordinate values for each dimension.DirectPositionEnvelope. getUpperCorner()The limits in the direction of increasing coordinate values for each dimension. - 
Uses of UML in org.opengis.geometry.coordinate
Classes in org.opengis.geometry.coordinate with annotations of type UML Modifier and Type Interface Description interfacePositionA type consisting of either a direct position or of a point from which a direct position shall be obtained.Methods in org.opengis.geometry.coordinate with annotations of type UML Modifier and Type Method Description DirectPositionPosition. getDirectPosition()Returns the direct position. - 
Uses of UML in org.opengis.metadata
Classes in org.opengis.metadata with annotations of type UML Modifier and Type Interface Description interfaceApplicationSchemaInformationDefines and exposes the structure of a resource (model and/or data dictionary).classDatatypeDatatype of element or entity.interfaceExtendedElementInformationNew metadata element, not found in ISO 19115, which is required to describe geographic data.interfaceFeatureTypeListDeprecated.Not anymore in ISO 19115.interfaceIdentifierValue uniquely identifying an object within a namespace.interfaceMetadataRoot entity which defines metadata about a resource or resources.interfaceMetadataExtensionInformationInformation describing metadata extensions.interfaceMetadataScopeClass of information to which the referencing entity applies.classObligationObligation of the element or entity.interfacePortrayalCatalogueReferenceInformation identifying the portrayal catalogue used.Fields in org.opengis.metadata with annotations of type UML Modifier and Type Field Description static DatatypeDatatype. ABSTRACT_CLASSClass that cannot be directly instantiated.static DatatypeDatatype. AGGREGATE_CLASSClass that is composed of classes it is connected to by an aggregate relationship.static DatatypeDatatype. ASSOCIATIONSemantic relationship between two classes that involves connections among their instances.static DatatypeDatatype. CHARACTER_STRINGFree text field.static DatatypeDatatype. CLASSDescriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior.static DatatypeDatatype. CODE_LISTFlexible enumeration useful for expressing a long list of values, can be extended.static DatatypeDatatype. CODE_LIST_ELEMENTPermissible value for a codelist or enumeration.static ObligationObligation. CONDITIONALElement is required when a specific condition is met.static 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 DatatypeDatatype. ENUMERATIONData type whose instances form a list of named literal values, not extendable.static DatatypeDatatype. INTEGERNumerical field.static DatatypeDatatype. INTERFACE_CLASSNamed set of operations that characterize the behavior of an element.static ObligationObligation. MANDATORYElement is always required.static DatatypeDatatype. META_CLASSClass whose instances are classes.static ObligationObligation. OPTIONALElement is not required.static DatatypeDatatype. SPECIFIED_CLASSSubclass that may be substituted for its superclass.static DatatypeDatatype. TYPE_CLASSClass used for specification of a domain of instances (objects), together with the operations applicable to the objects.static DatatypeDatatype. UNION_CLASSClass describing a selection of one of the specified types.Methods in org.opengis.metadata with annotations of type UML Modifier and Type Method Description default Collection<? extends AcquisitionInformation>Metadata. getAcquisitionInformation()Information about the acquisition of the data.default Collection<? extends Citation>Metadata. getAlternativeMetadataReferences()Reference(s) to alternative metadata or metadata in a non-ISO standard for the same resource.default Collection<? extends ApplicationSchemaInformation>Metadata. getApplicationSchemaInfo()Information about the conceptual schema of a dataset.default CitationIdentifier. getAuthority()Person or party responsible for maintenance of the namespace.default CharacterSetMetadata. getCharacterSet()Deprecated.As of GeoAPI 3.1, replaced bygetLocalesAndCharsets().values().StringIdentifier. getCode()Alphanumeric value identifying an instance in the namespace.default StringIdentifier. getCodeSpace()Identifier or namespace in which the code is valid.InternationalStringExtendedElementInformation. getCondition()Condition under which the extended element is mandatory.StringApplicationSchemaInformation. getConstraintLanguage()Formal language used in Application Schema.Collection<? extends ResponsibleParty>Metadata. getContacts()Parties responsible for the metadata information.default Collection<? extends ContentInformation>Metadata. getContentInfo()Information about the feature and coverage characteristics.default Collection<? extends DataQuality>Metadata. getDataQualityInfo()Overall assessment of quality of a resource(s).default StringMetadata. getDataSetUri()Deprecated.As of ISO 19115:2014, replaced byMetadata.getIdentificationInfo()followed byIdentification.getCitation()followed byCitation.getOnlineResources()followed byOnlineResource.getLinkage().DatatypeExtendedElementInformation. getDataType()Code which identifies the kind of value provided in the extended element.Collection<? extends CitationDate>Metadata. getDateInfo()Date(s) associated with the metadata.default DateMetadata. getDateStamp()Deprecated.As of ISO 19115:2014, replaced byMetadata.getDateInfo().InternationalStringExtendedElementInformation. getDefinition()Definition of the extended element.default InternationalStringIdentifier. getDescription()Natural language description of the meaning of the code value.default DistributionMetadata. getDistributionInfo()Information about the distributor of and options for obtaining the resource(s).default IntegerExtendedElementInformation. getDomainCode()Deprecated.Removed as of ISO 19115:2014.InternationalStringExtendedElementInformation. getDomainValue()Valid values that can be assigned to the extended element.default Collection<? extends ExtendedElementInformation>MetadataExtensionInformation. getExtendedElementInformation()Provides information about a new metadata element, not found in ISO 19115, which is required to describe the resource.default OnlineResourceMetadataExtensionInformation. getExtensionOnLineResource()Information about on-line sources containing the community profile name and the extended metadata elements and information for all new metadata elements.default StringMetadata. getFileIdentifier()Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataIdentifier()in order to include the codespace attribute.default URIApplicationSchemaInformation. getGraphicsFile()Full application schema given as a graphics file.default Collection<String>Metadata. getHierarchyLevelNames()Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataScopes()followed byMetadataScope.getName().default Collection<ScopeCode>Metadata. getHierarchyLevels()Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataScopes()followed byMetadataScope.getResourceScope().Collection<? extends Identification>Metadata. getIdentificationInfo()Basic information about the resource(s) to which the metadata applies.default LocaleMetadata. getLanguage()Deprecated.As of GeoAPI 3.1, replaced byMetadata.getLocalesAndCharsets().default Collection<Locale>Metadata. getLocales()Deprecated.As of GeoAPI 3.1, replaced byMetadata.getLocalesAndCharsets().default Map<Locale,Charset>Metadata. getLocalesAndCharsets()Language(s) and character set(s) used for documenting metadata.IntegerExtendedElementInformation. getMaximumOccurrence()Maximum occurrence of the extended element.default Collection<? extends Constraints>Metadata. getMetadataConstraints()Restrictions on the access and use of metadata.default Collection<? extends MetadataExtensionInformation>Metadata. getMetadataExtensionInfo()Information describing metadata extensions.default IdentifierMetadata. getMetadataIdentifier()Unique identifier for this metadata record.default Collection<? extends OnlineResource>Metadata. getMetadataLinkages()Online location(s) where the metadata is available.default MaintenanceInformationMetadata. getMetadataMaintenance()Information about the frequency of metadata updates, and the scope of those updates.default Collection<? extends Citation>Metadata. getMetadataProfiles()Citation(s) for the profile(s) of the metadata standard to which the metadata conform.Collection<? extends MetadataScope>Metadata. getMetadataScopes()The scope or type of resource for which metadata is provided.default StringMetadata. getMetadataStandardName()Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataStandards()followed byCitation.getTitle().default Collection<? extends Citation>Metadata. getMetadataStandards()Citation(s) for the standard(s) to which the metadata conform.default StringMetadata. getMetadataStandardVersion()Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataStandards()followed byCitation.getEdition().CitationApplicationSchemaInformation. getName()Name of the application schema used.StringExtendedElementInformation. getName()Name of the extended metadata element.default InternationalStringMetadataScope. getName()Description of the scope.ObligationExtendedElementInformation. getObligation()Obligation of the extended element.Collection<String>ExtendedElementInformation. getParentEntity()Name of the metadata entity(s) under which this extended metadata element may appear.default StringMetadata. getParentIdentifier()Deprecated.As of ISO 19115:2014, replaced byMetadata.getParentMetadata().default CitationMetadata. getParentMetadata()Identification of the parent metadata record.Collection<? extends Citation>PortrayalCatalogueReference. getPortrayalCatalogueCitations()Bibliographic reference to the portrayal catalogue cited.default Collection<? extends PortrayalCatalogueReference>Metadata. getPortrayalCatalogueInfo()Information about the catalogue of rules defined for the portrayal of a resource(s).default InternationalStringExtendedElementInformation. getRationale()Reason for creating the extended element.default Collection<? extends ReferenceSystem>Metadata. getReferenceSystemInfo()Description of the spatial and temporal reference systems used in the dataset.default Collection<? extends Lineage>Metadata. getResourceLineages()Information about the provenance, sources and/or the production processes applied to the resource.ScopeCodeMetadataScope. getResourceScope()Code for the scope.InternationalStringExtendedElementInformation. getRule()Specifies how the extended element relates to other existing elements and entities.default URIApplicationSchemaInformation. getSchemaAscii()Full application schema given as an ASCII file.StringApplicationSchemaInformation. getSchemaLanguage()Identification of the schema language used.default StringExtendedElementInformation. getShortName()Deprecated.Removed as of ISO 19115:2014.default URIApplicationSchemaInformation. getSoftwareDevelopmentFile()Full application schema given as a software development file.default StringApplicationSchemaInformation. getSoftwareDevelopmentFileFormat()Software dependent format used for the application schema software dependent file.Collection<? extends ResponsibleParty>ExtendedElementInformation. getSources()Name of the person or organization creating the extended element.StringFeatureTypeList. getSpatialObject()Deprecated.Instance of a type defined in the spatial schema.default Collection<? extends SpatialRepresentation>Metadata. getSpatialRepresentationInfo()Digital representation of spatial information in the dataset.StringFeatureTypeList. getSpatialSchemaName()Deprecated.Name of the spatial schema used.default StringIdentifier. getVersion()Version identifier for the namespace, as specified by the code authority. - 
Uses of UML in org.opengis.metadata.acquisition
Classes in org.opengis.metadata.acquisition with annotations of type UML Modifier and Type Interface Description interfaceAcquisitionInformationDesignations for the measuring instruments, the platform carrying them, and the mission to which the data contributes.classContextDesignation of criterion for defining the context of the scanning process event.interfaceEnvironmentalRecordInformation about the environmental conditions during the acquisition.interfaceEventIdentification of a significant collection point within an operation.classGeometryTypeGeometric description of the collection.interfaceInstrumentDesignations for the measuring instruments.interfaceObjectiveDescribes the characteristics, spatial and temporal extent of the intended object to be observed.classObjectiveTypeTemporal persistence of collection objective.interfaceOperationDesignations for the operation used to acquire the dataset.classOperationTypeCode indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).interfacePlanDesignations for the planning information related to meeting the data acquisition requirements.interfacePlatformDesignation of the platform used to acquire the dataset.interfacePlatformPassIdentification of collection coverage.classPriorityOrdered list of priorities.interfaceRequestedDateRange of date validity.interfaceRequirementRequirement to be satisfied by the planned data acquisition.classSequenceTemporal relation of activation.classTriggerMechanism of activation.Fields in org.opengis.metadata.acquisition with annotations of type UML Modifier and Type Field Description static ContextContext. ACQUISITIONEvent related to a specific collection.static GeometryTypeGeometryType. AREALCollection of a geographic area defined by a polygon (coverage).static TriggerTrigger. AUTOMATICEvent due to external stimuli.static PriorityPriority. CRITICALDecisive importance.static SequenceSequence. ENDEnd of a collection.static PriorityPriority. HIGH_IMPORTANCERequires resources to be made available.static SequenceSequence. INSTANTANEOUSCollection without a significant durationstatic ObjectiveTypeObjectiveType. INSTANTANEOUS_COLLECTIONSingle instance of collection.static GeometryTypeGeometryType. LINEARExtended collection in a single vector.static PriorityPriority. LOW_IMPORTANCETo be completed when resources are availablestatic TriggerTrigger. MANUALEvent manually instigated.static PriorityPriority. MEDIUM_IMPORTANCENormal operation priority.static ContextContext. PASSEvent related to a sequence of collections.static ObjectiveTypeObjectiveType. PERSISTENT_VIEWMultiple instances of collection.static GeometryTypeGeometryType. POINTSingle geographic point of interest.static TriggerTrigger. PRE_PROGRAMMEDEvent instigated by planned internal stimuli.static OperationTypeOperationType. REALOriginates from live-fly or other non-simulated operational source.static OperationTypeOperationType. SIMULATEDOriginates from target simulator sources.static SequenceSequence. STARTBeginning of a collection.static GeometryTypeGeometryType. STRIPSeries of linear collections grouped by way points.static ObjectiveTypeObjectiveType. SURVEYCollection over specified domain.static OperationTypeOperationType. SYNTHESIZEDMix of real and simulated data.static ContextContext. WAY_POINTEvent related to a navigational manoeuvre.Methods in org.opengis.metadata.acquisition with annotations of type UML Modifier and Type Method Description default Collection<? extends Plan>AcquisitionInformation. getAcquisitionPlans()Identifies the plan as implemented by the acquisition.default Collection<? extends Requirement>AcquisitionInformation. getAcquisitionRequirements()Identifies the requirement the data acquisition intends to satisfy.DoubleEnvironmentalRecord. getAverageAirTemperature()Average air temperature along the flight pass during the photo flight.default Collection<? extends Operation>Operation. getChildOperations()Sub-missions that make up part of a larger mission.default CitationOperation. getCitation()Identification of the mission.CitationPlan. getCitation()Identification of authority requesting target collection.default CitationPlatform. getCitation()Source where information about the platform is described.default CitationRequirement. getCitation()Identification of reference or guidance material for the requirement.default Collection<? extends Citation>Instrument. getCitations()Complete citation of the instrument.ContextEvent. getContext()Meaning of the event.default InternationalStringInstrument. getDescription()Textual description of the instrument.default InternationalStringOperation. getDescription()Description of the mission on which the platform observations are made and the objectives of that mission.InternationalStringPlatform. getDescription()Narrative description of the platform supporting the instrument.default EnvironmentalRecordAcquisitionInformation. getEnvironmentalConditions()A record of the environmental circumstances during the data acquisition.default Collection<? extends Objective>Event. getExpectedObjectives()Objective or objectives satisfied by an event.DateRequirement. getExpiryDate()Date and time after which collection is no longer valid.default GeometryPlatformPass. getExtent()Area covered by the pass.default Collection<? extends Extent>Objective. getExtents()Extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.default Collection<? extends InternationalString>Objective. getFunctions()Role or purpose performed by or activity performed at the objective.IdentifierEvent. getIdentifier()Event name or number.IdentifierInstrument. getIdentifier()Unique identification of the instrument.default IdentifierOperation. getIdentifier()Unique identification of the operation.IdentifierPlatform. getIdentifier()Unique identification of the platform.IdentifierPlatformPass. getIdentifier()Unique name of the pass.IdentifierRequirement. getIdentifier()Unique name, or code, for the requirement.Collection<? extends Identifier>Objective. getIdentifiers()Code used to identify the objective.default Collection<? extends Instrument>AcquisitionInformation. getInstruments()General information about the instrument used in data acquisition.Collection<? extends Instrument>Platform. getInstruments()Instrument(s) mounted on a platform.DateRequestedDate. getLatestAcceptableDate()Latest date and time collection must be completed.DoubleEnvironmentalRecord. getMaxAltitude()Maximum altitude during the photo flight.DoubleEnvironmentalRecord. getMaxRelativeHumidity()Maximum relative humidity along the flight pass during the photo flight.InternationalStringEnvironmentalRecord. getMeteorologicalConditions()Meteorological conditions in the photo flight area, in particular clouds, snow and wind.default PlatformInstrument. getMountedOn()Platform on which the instrument is mounted.Collection<? extends Event>Objective. getObjectiveOccurences()Event or events associated with objective completion.default Collection<? extends Objective>AcquisitionInformation. getObjectives()Identification of the area or object to be sensed.default Collection<? extends Objective>Operation. getObjectives()Object(s) or area(s) of interest to be sensed.default Collection<? extends Operation>AcquisitionInformation. getOperations()General information about an identifiable activity which provided the data.default Collection<? extends Operation>Plan. getOperations()Identification of the activity or activities that satisfy a plan.default OperationOperation. getParentOperation()Heritage of the operation.default Collection<? extends PlatformPass>Objective. getPass()Pass of the platform over the objective.default PlanOperation. getPlan()Plan satisfied by the operation.default Collection<? extends Platform>AcquisitionInformation. getPlatforms()General information about the platform from which the data were taken.default Collection<? extends Platform>Operation. getPlatforms()Platform (or platforms) used in the operation.default InternationalStringObjective. getPriority()Priority applied to the target.PriorityRequirement. getPriority()Relative ordered importance, or urgency, of the requirement.Collection<? extends ResponsibleParty>Requirement. getRecipients()Person(s), or body(ies), to receive results of requirement.default Collection<? extends Event>PlatformPass. getRelatedEvents()Occurrence of one or more events for a pass.default PlatformPassEvent. getRelatedPass()Pass during which an event occurs.default Collection<? extends Instrument>Event. getRelatedSensors()Instrument or instruments for which the event is meaningful.RequestedDateRequirement. getRequestedDate()Required or preferred acquisition date and time.DateRequestedDate. getRequestedDateOfCollection()Preferred date and time of collection.Collection<? extends ResponsibleParty>Requirement. getRequestors()Origin of requirement.default Collection<? extends Plan>Requirement. getSatisfiedPlans()Plan that identifies solution to satisfy the requirement.default Collection<? extends Requirement>Plan. getSatisfiedRequirements()Requirement satisfied by the plan.default Collection<? extends Instrument>Objective. getSensingInstruments()Instrument which senses the objective data.SequenceEvent. getSequence()Relative time ordering of the event.default Collection<? extends Event>Operation. getSignificantEvents()Record of an event occurring during an operation.default Collection<? extends ResponsibleParty>Platform. getSponsors()Organization responsible for building, launch, or operation of the platform.ProgressOperation. getStatus()Status of the data acquisition.ProgressPlan. getStatus()Current status of the plan (pending, completed, etc.)DateEvent. getTime()Time the event occurred.TriggerEvent. getTrigger()Initiator of the event.InternationalStringInstrument. getType()Name of the type of instrument.default OperationTypeOperation. getType()Collection technique for the operation.default GeometryTypePlan. getType()Manner of sampling geometry that the planner expects for collection of objective data.default Collection<? extends ObjectiveType>Objective. getTypes()Collection technique for the objective. - 
Uses of UML in org.opengis.metadata.citation
Classes in org.opengis.metadata.citation with annotations of type UML Modifier and Type Interface Description interfaceAddressLocation of the responsible individual or organization.interfaceCitationStandardized resource reference.interfaceCitationDateReference date and event used to describe it.interfaceContactInformation required to enable contact with the responsible person and/or organization.classDateTypeIdentification of when a given event occurredinterfaceIndividualInformation about the party if the party is an individual.classOnLineFunctionClass of information to which the referencing entity applies.interfaceOnlineResourceInformation about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.interfaceOrganisationInformation about the party if the party is an organisation.interfacePartyInformation about the individual and / or organisation of the party.classPresentationFormMode in which the data is represented.interfaceResponsibilityInformation about the party and their role.interfaceResponsiblePartyDeprecated.classRoleFunction performed by the responsible party.interfaceSeriesInformation about the series, or aggregate dataset, to which a dataset belongs.interfaceTelephoneTelephone numbers for contacting the responsible individual or organization.classTelephoneTypeType of telephone.Fields in org.opengis.metadata.citation with annotations of type UML Modifier and Type Field Description static DateTypeDateType. ADOPTEDDate identifies when the resource was adopted.static PresentationFormPresentationForm. AUDIO_DIGITALDigital audio recording.static PresentationFormPresentationForm. AUDIO_HARDCOPYAudio recording delivered by analog media, such as a magnetic tapestatic RoleRole. AUTHORParty who authored the resource.static OnLineFunctionOnLineFunction. BROWSE_GRAPHICBrowse graphic provided.static OnLineFunctionOnLineFunction. BROWSINGOnline browsing provided.static RoleRole. CO_AUTHORParty who jointly authors the resource.static RoleRole. COLLABORATORParty who assists with the generation of the resource other than the principal investigator.static OnLineFunctionOnLineFunction. COMPLETE_METADATAComplete metadata provided.static RoleRole. CONTRIBUTORParty contributing to the resource.static DateTypeDateType. CREATIONDate identifies when the resource was brought into existence.static RoleRole. CUSTODIANParty that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.static DateTypeDateType. DEPRECATEDDate identifies when the resource was deprecated.static PresentationFormPresentationForm. DIAGRAM_DIGITALInformation represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format.static PresentationFormPresentationForm. DIAGRAM_HARDCOPYInformation represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media.static DateTypeDateType. DISTRIBUTIONDate identifies when an instance of the resource was distributed.static RoleRole. DISTRIBUTORParty who distributes the resource.static PresentationFormPresentationForm. DOCUMENT_DIGITALDigital representation of a primarily textual item (can contain illustrations also).static PresentationFormPresentationForm. DOCUMENT_HARDCOPYRepresentation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.static OnLineFunctionOnLineFunction. DOWNLOADOnline instructions for transferring data from one storage device or system to another.static RoleRole. EDITORParty who reviewed or modified the resource to improve the content.static OnLineFunctionOnLineFunction. EMAIL_SERVICEOnline email service provided.static DateTypeDateType. EXPIRYDate identifies when resource expires.static TelephoneTypeTelephoneType. FACSIMILETelephone provides facsimile service.static OnLineFunctionOnLineFunction. FILE_ACCESSOnline file access provided.static RoleRole. FUNDERParty providing monetary support for the resource.static PresentationFormPresentationForm. IMAGE_DIGITALLikeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format.static PresentationFormPresentationForm. IMAGE_HARDCOPYLikeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user.static DateTypeDateType. IN_FORCEDate identifies when resource became in force.static OnLineFunctionOnLineFunction. INFORMATIONOnline information about the resource.static DateTypeDateType. LAST_REVISIONDate identifies when the resource was examined or re-examined and improved or amended.static DateTypeDateType. LAST_UPDATEDate identifies when resource was last updated.static PresentationFormPresentationForm. MAP_DIGITALMap represented in raster or vector form.static PresentationFormPresentationForm. MAP_HARDCOPYMap printed on paper, photographic material, or other media for use directly by the human user.static RoleRole. MEDIATORA class of entity that immediate access to the resource and for whom the resource is intended or useful.static PresentationFormPresentationForm. MODEL_DIGITALMulti-dimensional digital representation of a feature, process, etc.static PresentationFormPresentationForm. MODEL_HARDCOPY3-dimensional, physical model.static PresentationFormPresentationForm. MULTIMEDIA_DIGITALInformation representation using simultaneously various digital modes for text, sound, image.static PresentationFormPresentationForm. MULTIMEDIA_HARDCOPYInformation representation using simultaneously various analog modes for text, sound, image.static DateTypeDateType. NEXT_UPDATEDate identifies when the resource will be next updated.static OnLineFunctionOnLineFunction. OFFLINE_ACCESSOnline instructions for requesting the resource from the provider.static OnLineFunctionOnLineFunction. ORDEROnline order process for obtaining the resource.static RoleRole. ORIGINATORParty who created the resource.static RoleRole. OWNERParty that owns the resource.static PresentationFormPresentationForm. PHYSICAL_OBJECTA physical object.static RoleRole. POINT_OF_CONTACTParty who can be contacted for acquiring knowledge about or acquisition of the resource.static RoleRole. PRINCIPAL_INVESTIGATORKey party responsible for gathering information and conducting research.static RoleRole. PROCESSORParty who has processed the data in a manner such that the resource has been modified.static PresentationFormPresentationForm. PROFILE_DIGITALVertical cross-section in digital form.static PresentationFormPresentationForm. PROFILE_HARDCOPYVertical cross-section printed on paper, etc.static DateTypeDateType. PUBLICATIONDate identifies when the resource was issued.static RoleRole. PUBLISHERParty who published the resource.static DateTypeDateType. RELEASEDThe date that the resource shall be released for public access.static RoleRole. RESOURCE_PROVIDERParty that supplies the resource.static DateTypeDateType. REVISIONDate identifies when the resource was examined or re-examined and improved or amended.static RoleRole. RIGHTS_HOLDERParty owning or managing rights over the resource.static OnLineFunctionOnLineFunction. SEARCHOnline search interface for seeking out information about the resource.static TelephoneTypeTelephoneType. SMSTelephone provides SMS service.static RoleRole. SPONSORParty who speaks for the resource.static RoleRole. STAKEHOLDERParty who has an interest in the resource or the use of the resource.static DateTypeDateType. SUPERSEDEDDate identifies when resource was superseded or replaced by another resource.static PresentationFormPresentationForm. TABLE_DIGITALDigital representation of facts or figures systematically displayed, especially in columns.static PresentationFormPresentationForm. TABLE_HARDCOPYRepresentation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.static DateTypeDateType. UNAVAILABLEDate identifies when resource became not available or obtainable.static OnLineFunctionOnLineFunction. UPLOADOnline resource upload capability provided.static RoleRole. USERParty who uses the resource.static DateTypeDateType. VALIDITY_BEGINSTime at which the data are considered to become valid.static DateTypeDateType. VALIDITY_EXPIRESTime at which the data are no longer considered to be valid.static PresentationFormPresentationForm. VIDEO_DIGITALDigital video recording.static PresentationFormPresentationForm. VIDEO_HARDCOPYVideo recording on film.static TelephoneTypeTelephoneType. VOICETelephone provides voice service.Methods in org.opengis.metadata.citation with annotations of type UML Modifier and Type Method Description default Collection<? extends Address>Contact. getAddresses()Physical and email addresses at which the organization or individual may be contacted.default InternationalStringAddress. getAdministrativeArea()State, province of the location.default Collection<? extends InternationalString>Citation. getAlternateTitles()Short names or other language names by which the cited information is known.default StringOnlineResource. getApplicationProfile()Name of an application profile that can be used with the online resource.default Collection<? extends ResponsibleParty>Citation. getCitedResponsibleParties()Role, name, contact and position information for individuals or organisations that are responsible for the resource.default InternationalStringAddress. getCity()The city of the location.default InternationalStringCitation. getCollectiveTitle()Deprecated.Removed as of ISO 19115:2014.default Collection<? extends Contact>Party. getContactInfo()Contact information for the party.ContactResponsibleParty. getContactInfo()Deprecated.As of ISO 19115:2014, replaced byParty.getContactInfo().default InternationalStringContact. getContactInstructions()Supplemental instructions on how or when to contact the individual or organization.default InternationalStringContact. getContactType()Type of the contact.default InternationalStringAddress. getCountry()Country of the physical address.DateCitationDate. getDate()Reference date for the cited resource.default Collection<? extends CitationDate>Citation. getDates()Reference dates for the cited resource.DateTypeCitationDate. getDateType()Event used for reference date.default Collection<String>Address. getDeliveryPoints()Address lines for the location (as described in ISO 11180, Annex A).default InternationalStringOnlineResource. getDescription()Detailed text description of what the online resource is/does.default InternationalStringCitation. getEdition()Version of the cited resource.default DateCitation. getEditionDate()Date of the edition, ornullif none.default Collection<String>Address. getElectronicMailAddresses()Address of the electronic mailbox of the responsible organization or individual.default Collection<? extends Extent>Responsibility. getExtents()Spatial or temporal extents of the role.default Collection<String>Telephone. getFacsimiles()Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.FACSIMILE.default OnLineFunctionOnlineResource. getFunction()Code for function performed by the online resource.default Collection<? extends BrowseGraphic>Citation. getGraphics()Citation graphics or logo for cited party.default InternationalStringContact. getHoursOfService()Time period (including time zone) when individuals can contact the organization or individual.default Collection<? extends Identifier>Citation. getIdentifiers()Unique identifier for the resource.default Collection<? extends Individual>Organisation. getIndividual()Individuals in the named organisation.StringResponsibleParty. getIndividualName()Deprecated.As of ISO 19115:2014, replaced bygetName()inIndividual.default StringCitation. getISBN()International Standard Book Number.default StringCitation. getISSN()International Standard Serial Number.default StringSeries. getIssueIdentification()Information identifying the issue of the series.URIOnlineResource. getLinkage()Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme.default Collection<? extends BrowseGraphic>Organisation. getLogo()Graphics identifying organisation.default StringOnlineResource. getName()Name of the online resource.InternationalStringParty. getName()Name of the party.default InternationalStringSeries. getName()Name of the series, or aggregate dataset, of which the dataset is a part.StringTelephone. getNumber()Telephone number by which individuals can contact responsible organisation or individual.default TelephoneTypeTelephone. getNumberType()Type of telephone number, ornullif none.default Collection<? extends OnlineResource>Citation. getOnlineResources()Online references to the cited resource.default Collection<? extends OnlineResource>Contact. getOnlineResources()On-line information that can be used to contact the individual or organization.InternationalStringResponsibleParty. getOrganisationName()Deprecated.As of ISO 19115:2014, replaced bygetName()inOrganisation.default InternationalStringCitation. getOtherCitationDetails()Other information required to complete the citation that is not recorded elsewhere.default StringSeries. getPage()Details on which pages of the publication the article was published.Collection<? extends Party>Responsibility. getParties()Information about the parties.default Collection<? extends Telephone>Contact. getPhones()Telephone numbers at which the organization or individual may be contacted.default InternationalStringIndividual. getPositionName()Position of the individual in an organisation.InternationalStringResponsibleParty. getPositionName()Deprecated.As of ISO 19115:2014, replaced byIndividual.getPositionName().default StringAddress. getPostalCode()ZIP or other postal code.default Collection<PresentationForm>Citation. getPresentationForms()Mode in which the resource is represented.default StringOnlineResource. getProtocol()Connection protocol to be used.default StringOnlineResource. getProtocolRequest()Request used to access the resource depending on the protocol.RoleResponsibility. getRole()Function performed by the responsible party.RoleResponsibleParty. getRole()Deprecated.Function performed by the responsible party.default SeriesCitation. getSeries()Information about the series, or aggregate dataset, of which the dataset is a part.InternationalStringCitation. getTitle()Name by which the cited resource is known.default Collection<String>Telephone. getVoices()Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.VOICE. - 
Uses of UML in org.opengis.metadata.constraint
Classes in org.opengis.metadata.constraint with annotations of type UML Modifier and Type Class Description classClassificationName of the handling restrictions on the dataset.interfaceConstraintsRestrictions on the access and use of a resource or metadata.interfaceLegalConstraintsRestrictions and legal prerequisites for accessing and using the resource.interfaceReleasabilityInformation about resource release constraints.classRestrictionLimitation(s) placed upon the access or use of the data.interfaceSecurityConstraintsHandling restrictions imposed on the resource or metadata for national security or similar security concerns.Fields in org.opengis.metadata.constraint with annotations of type UML Modifier and Type Field Description static ClassificationClassification. CONFIDENTIALAvailable for someone who can be entrusted with information.static RestrictionRestriction. CONFIDENTIALNot available to the public contains information that could be prejudicial to a commercial, industrial, or national interest.static RestrictionRestriction. COPYRIGHTExclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor.static ClassificationClassification. FOR_OFFICIAL_USE_ONLYUnclassified information that is to be used only for official purposes determinate by the designating body.static RestrictionRestriction. IN_CONFIDENCEWith trust.static RestrictionRestriction. INTELLECTUAL_PROPERTY_RIGHTSRights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.static RestrictionRestriction. LICENCEFormal permission to do something.static RestrictionRestriction. LICENCE_DISTRIBUTORFormal permission required for a person or an entity to commercialize or distribute the resource.static RestrictionRestriction. LICENCE_END_USERFormal permission required for a person or an entity to use the resource and that may differ from the person that orders or purchases it.static RestrictionRestriction. LICENCE_UNRESTRICTEDFormal permission not required to use the resource.static RestrictionRestriction. LICENSEDeprecated.As of ISO 19115:2014, renamedRestriction.LICENCE.static ClassificationClassification. LIMITED_DISTRIBUTIONDissemination limited by designating body.static RestrictionRestriction. OTHER_RESTRICTIONSLimitation not listed.static RestrictionRestriction. PATENTGovernment has granted exclusive right to make, sell, use or license an invention or discovery.static RestrictionRestriction. PATENT_PENDINGProduced or sold information awaiting a patent.static RestrictionRestriction. PRIVATEProtects rights of individual or organisations from observation, intrusion, or attention of others.static ClassificationClassification. PROTECTEDCompromise of the information could cause damage.static ClassificationClassification. RESTRICTEDNot for general disclosure.static RestrictionRestriction. RESTRICTEDWithheld from general circulation or disclosure.static ClassificationClassification. SECRETKept or meant to be kept private, unknown, or hidden from all but a select group of people.static ClassificationClassification. SENSITIVE_BUT_UNCLASSIFIEDAlthough unclassified, requires strict controls over its distribution.static RestrictionRestriction. SENSITIVE_BUT_UNCLASSIFIEDAlthough unclassified, requires strict controls over its distribution.static RestrictionRestriction. STATUTORYPrescribed by law.static ClassificationClassification. TOP_SECRETOf the highest secrecy.static RestrictionRestriction. TRADEMARKA name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer.static ClassificationClassification. UNCLASSIFIEDAvailable for general disclosure.static RestrictionRestriction. UNRESTRICTEDNo constraints exist.Methods in org.opengis.metadata.constraint with annotations of type UML Modifier and Type Method Description default Collection<Restriction>LegalConstraints. getAccessConstraints()Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource or metadata.default Collection<? extends Responsibility>Releasability. getAddressees()Parties to which the release statement applies.ClassificationSecurityConstraints. getClassification()Name of the handling restrictions on the resource.default InternationalStringSecurityConstraints. getClassificationSystem()Name of the classification system.default ScopeConstraints. getConstraintApplicationScope()Spatial and / or temporal extents and or levels of the application of the constraints restrictions.default Collection<Restriction>Releasability. getDisseminationConstraints()Components in determining releasability.default Collection<? extends BrowseGraphic>Constraints. getGraphics()Graphics / symbols indicating the constraint.default InternationalStringSecurityConstraints. getHandlingDescription()Additional information about the restrictions on handling the resource.default Collection<? extends InternationalString>LegalConstraints. getOtherConstraints()Other restrictions and legal prerequisites for accessing and using the resource or metadata.default Collection<? extends Citation>Constraints. getReferences()Citations for the limitation of constraint.default ReleasabilityConstraints. getReleasability()Information concerning the parties to whom the resource can or cannot be released.default Collection<? extends Responsibility>Constraints. getResponsibleParties()Parties responsible for the resource constraints.default InternationalStringReleasability. getStatement()Release statement.default Collection<Restriction>LegalConstraints. getUseConstraints()Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource or metadata.default Collection<? extends InternationalString>Constraints. getUseLimitations()Limitation affecting the fitness for use of the resource.default InternationalStringSecurityConstraints. getUserNote()Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource. - 
Uses of UML in org.opengis.metadata.content
Classes in org.opengis.metadata.content with annotations of type UML Modifier and Type Interface Description interfaceAttributeGroupInformation about content type for groups of attributes for a specificRangeDimension.interfaceBandRange of wavelengths in the electromagnetic spectrum.classBandDefinitionDesignation of criterion for defining maximum and minimum wavelengths for a spectral band.interfaceContentInformationDescription of the content of a resource.classCoverageContentTypeSpecific type of information represented in the cell.interfaceCoverageDescriptionInformation about the content of a grid data cell.interfaceFeatureCatalogueDescriptionInformation identifying the feature catalogue or the conceptual schema.interfaceFeatureTypeInfoInformation about the occurring feature type.interfaceImageDescriptionInformation about an image's suitability for use.classImagingConditionCode which indicates conditions which may affect the image.classPolarizationOrientationPolarization of the antenna relative to the waveform.interfaceRangeDimensionInformation on the range of each dimension of a cell measurement value.interfaceRangeElementDescriptionDescription of specific range elements.interfaceSampleDimensionThe characteristics of each dimension (layer) included in the resource.classTransferFunctionTypeTransform function to be used when scaling a physical value for a given element.Fields in org.opengis.metadata.content with annotations of type UML Modifier and Type Field Description static CoverageContentTypeCoverageContentType. AUXILLARY_INFORMATIONData, usually a physical measurement, used to support the calculation of the primary physical measurement coverages in the dataset.static ImagingConditionImagingCondition. BLURRED_IMAGEPortion of the image is blurred.static ImagingConditionImagingCondition. CLOUDPortion of the image is partially obscured by cloud coverstatic CoverageContentTypeCoverageContentType. COORDINATEData used to provide coordinate axis values.static ImagingConditionImagingCondition. DEGRADING_OBLIQUITYAcute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator.static BandDefinitionBandDefinition. EQUIVALENT_WIDTHWidth of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described.static TransferFunctionTypeTransferFunctionType. EXPONENTIALFunction used for transformation is exponential.static BandDefinitionBandDefinition. FIFTY_PERCENTFull spectral width of a spectral power density measured at 50% of its peak height.static ImagingConditionImagingCondition. FOGPortion of the image is partially obscured by fog.static BandDefinitionBandDefinition. HALF_MAXIMUMWidth of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak.static ImagingConditionImagingCondition. HEAVY_SMOKE_OR_DUSTPortion of the image is partially obscured by heavy smoke or dust.static PolarizationOrientationPolarizationOrientation. HORIZONTALPolarization of the sensor oriented in the horizontal plane in relation to swath direction.static CoverageContentTypeCoverageContentType. IMAGEMeaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.static PolarizationOrientationPolarizationOrientation. LEFT_CIRCULARPolarization of the sensor oriented in the left circular plane in relation to swath direction.static TransferFunctionTypeTransferFunctionType. LINEARFunction used for transformation is first order polynomial.static TransferFunctionTypeTransferFunctionType. LOGARITHMICFunction used for transformation is logarithmicstatic CoverageContentTypeCoverageContentType. MODEL_RESULTResults with values that are calculated using a model rather than being observed or calculated from observations.static ImagingConditionImagingCondition. NIGHTImage was taken at night.static BandDefinitionBandDefinition. ONE_OVER_EWidth of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak.static PolarizationOrientationPolarizationOrientation. PHIPolarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.static CoverageContentTypeCoverageContentType. PHYSICAL_MEASUREMENTValue in physical units of the quantity being measured.static CoverageContentTypeCoverageContentType. QUALITY_INFORMATIONData used to characterize the quality of the physical measurement coverage in the dataset.static ImagingConditionImagingCondition. RAINImage was taken during rainfall.static CoverageContentTypeCoverageContentType. REFERENCE_INFORMATIONReference information use to support the calculation or use of physical measurement coverages in the dataset.static PolarizationOrientationPolarizationOrientation. RIGHT_CIRCULARPolarization of the sensor oriented in the right circular plane in relation to swath direction.static ImagingConditionImagingCondition. SEMI_DARKNESSImage was taken during semi-dark conditions or twilight conditions.static ImagingConditionImagingCondition. SHADOWPortion of the image is obscured by shadow.static ImagingConditionImagingCondition. SNOWPortion of the image is obscured by snow.static ImagingConditionImagingCondition. TERRAIN_MASKINGThe absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest.static CoverageContentTypeCoverageContentType. THEMATIC_CLASSIFICATIONCode value with no quantitative meaning, used to represent a physical quantity.static PolarizationOrientationPolarizationOrientation. THETAPolarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.static BandDefinitionBandDefinition. THREE_DBWidth of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak.static PolarizationOrientationPolarizationOrientation. VERTICALPolarization of the sensor oriented in the vertical plane in relation to swath direction.Methods in org.opengis.metadata.content with annotations of type UML Modifier and Type Method Description RecordTypeCoverageDescription. getAttributeDescription()Description of the attribute described by the measurement value.default Collection<? extends AttributeGroup>CoverageDescription. getAttributeGroups()Information on attribute groups of the resource.default Collection<? extends RangeDimension>AttributeGroup. getAttributes()Information on an attribute of the resource.default BandDefinitionBand. getBandBoundaryDefinition()Designation of criterion for defining maximum and minimum wavelengths for a spectral band.default IntegerSampleDimension. getBitsPerValue()Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.default DoubleBand. getBoundMax()Longest wavelength that the sensor is capable of collecting within a designated band.default DoubleBand. getBoundMin()Shortest wavelength that the sensor is capable of collecting within a designated band.default Unit<Length>Band. getBoundUnits()Units in which sensor wavelengths are expressed.default DoubleImageDescription. getCloudCoverPercentage()Area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.default IntegerImageDescription. getCompressionGenerationQuantity()Count of the number of lossy compression cycles performed on the image.default CoverageContentTypeCoverageDescription. getContentType()Deprecated.As of ISO 19115:2014, moved toAttributeGroup.getContentTypes().Collection<CoverageContentType>AttributeGroup. getContentTypes()Types of information represented by the value(s).InternationalStringRangeElementDescription. getDefinition()Description of a set of specific range elements.default InternationalStringRangeDimension. getDescription()Description of the attribute.default InternationalStringRangeDimension. getDescriptor()Deprecated.As of ISO 19115:2014, renamedRangeDimension.getDescription().default PolarizationOrientationBand. getDetectedPolarization()Polarization of the radiation detected.default Collection<? extends RangeDimension>CoverageDescription. getDimensions()Deprecated.As of ISO 19115:2014, moved toAttributeGroup.getAttributes().Collection<? extends Citation>FeatureCatalogueDescription. getFeatureCatalogueCitations()Complete bibliographic reference to one or more external feature catalogues.default IntegerFeatureTypeInfo. getFeatureInstanceCount()Number of occurrence of feature instances for this feature types.default Collection<? extends FeatureTypeInfo>FeatureCatalogueDescription. getFeatureTypeInfo()Subset of feature types from cited feature catalogue occurring in resource and count of feature instances.GenericNameFeatureTypeInfo. getFeatureTypeName()Name of the feature type.default DoubleImageDescription. getIlluminationAzimuthAngle()Illumination azimuth measured in degrees clockwise from true north at the time the image is taken.default DoubleImageDescription. getIlluminationElevationAngle()Illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth's surface.default IdentifierImageDescription. getImageQualityCode()Code in producer’s codespace that specifies the image quality.default ImagingConditionImageDescription. getImagingCondition()Conditions which affected the image.default Collection<Locale>FeatureCatalogueDescription. getLanguages()Deprecated.Replaced bygetLocalesAndCharsets().keySet().default Map<Locale,Charset>FeatureCatalogueDescription. getLocalesAndCharsets()Language(s) and character set(s) used within the catalogue.default DoubleSampleDimension. getMaxValue()Maximum value of data values in each dimension included in the resource.default DoubleSampleDimension. getMeanValue()Mean value of data values in each dimension included in the resource.default DoubleSampleDimension. getMinValue()Minimum value of data values in each dimension included in the resource.InternationalStringRangeElementDescription. getName()Designation associated with a set of range elements.default Collection<? extends Identifier>RangeDimension. getNames()Identifiers for each attribute included in the resource.default DoubleSampleDimension. getNominalSpatialResolution()Smallest distance between which separate points can be distinguished, as specified in instrument design.default IntegerSampleDimension. getNumberOfValues()Number of values used in a thematic classification resource.default DoubleSampleDimension. getOffset()Physical value corresponding to a cell value of zero.default RecordSampleDimension. getOtherProperty()Instance of other attribute type that defines attributes not explicitly included inCoverageContentType.default RecordTypeSampleDimension. getOtherPropertyType()Type of other attribute description.default DoubleBand. getPeakResponse()Wavelength at which the response is the highest.default IdentifierCoverageDescription. getProcessingLevelCode()Identifier for the level of processing that has been applied to the resource.default Collection<? extends RangeElementDescription>CoverageDescription. getRangeElementDescriptions()Provides the description of the specific range elements of a coverage.Collection<? extends Record>RangeElementDescription. getRangeElements()Specific range elements, i.e. range elements associated with a name and their definition.default DoubleSampleDimension. getScaleFactor()Scale factor which has been applied to the cell value.default MemberNameRangeDimension. getSequenceIdentifier()Unique name or number that identifies attributes included in the coverage.default DoubleSampleDimension. getStandardDeviation()Standard deviation of data values in each dimension included in the resource.default IntegerBand. getToneGradation()Number of discrete numerical values in the grid data.default TransferFunctionTypeSampleDimension. getTransferFunctionType()Type of transfer function to be used when scaling a physical value for a given element.default PolarizationOrientationBand. getTransmittedPolarization()Polarization of the radiation transmitted.default BooleanImageDescription. getTriangulationIndicator()Indication of whether or not triangulation has been performed upon the image.default Unit<?>SampleDimension. getUnits()Units of data in each dimension included in the resource.default BooleanImageDescription. isCameraCalibrationInformationAvailable()Indication of whether or not constants are available which allow for camera calibration corrections.default BooleanFeatureCatalogueDescription. isCompliant()Indication of whether or not the cited feature catalogue complies with ISO 19110.default BooleanImageDescription. isFilmDistortionInformationAvailable()Indication of whether or not Calibration Reseau information is available.default booleanFeatureCatalogueDescription. isIncludedWithDataset()Indication of whether or not the feature catalogue is included with the resource.default BooleanImageDescription. isLensDistortionInformationAvailable()Indication of whether or not lens aberration correction information is available.default BooleanImageDescription. isRadiometricCalibrationDataAvailable()Indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available. - 
Uses of UML in org.opengis.metadata.distribution
Classes in org.opengis.metadata.distribution with annotations of type UML Modifier and Type Interface Description interfaceDataFileDescription of a transfer data file.interfaceDigitalTransferOptionsTechnical means and media by which a resource is obtained from the distributor.interfaceDistributionInformation about the distributor of and options for obtaining the resource.interfaceDistributorInformation about the distributor.interfaceFormatDescription of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.interfaceMediumInformation about the media on which the resource can be stored or distributed.classMediumFormatMethod used to write to the medium.classMediumNameDeprecated.This code list is not anymore part of ISO 19115:2014, sinceMediumNamehas been replaced byCitation.interfaceStandardOrderProcessCommon ways in which the resource may be obtained or received, and related instructions and fee information.Fields in org.opengis.metadata.distribution with annotations of type UML Modifier and Type Field Description static MediumNameMediumName. CARTRIDGE_3480Deprecated.3480 cartridge tape drive.static MediumNameMediumName. CARTRIDGE_3490Deprecated.3490 cartridge tape drive.static MediumNameMediumName. CARTRIDGE_3580Deprecated.3580 cartridge tape drive.static MediumNameMediumName. CARTRIDGE_TAPE_1_QUARTER_INCHDeprecated.¼ inch magnetic tape.static MediumNameMediumName. CARTRIDGE_TAPE_4mmDeprecated.4 millimetre magnetic tape.static MediumNameMediumName. CARTRIDGE_TAPE_8mmDeprecated.8 millimetre magnetic tape.static MediumNameMediumName. CD_ROMDeprecated.Read-only optical disk.static MediumFormatMediumFormat. CPIOCoPy In / Out (UNIX file format and command).static MediumNameMediumName. DIGITAL_LINEAR_TAPEDeprecated.Half inch cartridge streaming tape drive.static MediumNameMediumName. DVDDeprecated.Digital versatile disk.static MediumNameMediumName. DVD_ROMDeprecated.Digital versatile disk digital versatile disk, read only.static MediumNameMediumName. FLOPPY_3_HALF_INCHDeprecated.3½ inch magnetic disk.static MediumNameMediumName. FLOPPY_5_QUARTER_INCHDeprecated.5¼ inch magnetic disk.static MediumNameMediumName. HARDCOPYDeprecated.Pamphlet or leaflet giving descriptive information.static MediumFormatMediumFormat. HIGH_SIERRAHigh Sierra file system.static MediumFormatMediumFormat. ISO_9660Information processing - volume and file structure of CD-ROM.static MediumFormatMediumFormat. ISO_9660_APPLE_HFSHierarchical File System (Macintosh).static MediumFormatMediumFormat. ISO_9660_ROCK_RIDGERock Ridge interchange protocol (UNIX).static MediumNameMediumName. ON_LINEDeprecated.Direct computer linkage.static MediumNameMediumName. SATELLITEDeprecated.Linkage through a satellite communication system.static MediumNameMediumName. TAPE_7_TRACKDeprecated.7 track magnetic tape.static MediumNameMediumName. TAPE_9_TRACKDeprecated.9 track magnetic tape.static MediumFormatMediumFormat. TARTap ARchive.static MediumNameMediumName. TELEPHONE_LINKDeprecated.Communication through a telephone network.static MediumFormatMediumFormat. UDFUniversal Disk Format.Methods in org.opengis.metadata.distribution with annotations of type UML Modifier and Type Method Description default InternationalStringFormat. getAmendmentNumber()Amendment number of the format version.default DoubleMedium. getDensity()Density at which the data is recorded.default Unit<?>Medium. getDensityUnits()Units of measure for the recording density.default InternationalStringDistribution. getDescription()Brief description of a set of distribution options.default Collection<? extends Format>DigitalTransferOptions. getDistributionFormats()Formats of distribution.Collection<? extends Format>Distribution. getDistributionFormats()Provides a description of the format of the data to be distributed.default Collection<? extends StandardOrderProcess>Distributor. getDistributionOrderProcesses()Provides information about how the resource may be obtained, and related instructions and fee information.ResponsiblePartyDistributor. getDistributorContact()Party from whom the resource may be obtained.Collection<? extends Format>Distributor. getDistributorFormats()Provides information about the format used by the distributor.default Collection<? extends Distributor>Distribution. getDistributors()Provides information about the distributor.default Collection<? extends DigitalTransferOptions>Distributor. getDistributorTransferOptions()Provides information about the technical means and media used by the distributor.default Collection<? extends LocalName>DataFile. getFeatureTypes()Provides the list of feature types concerned by the transfer data file.default InternationalStringStandardOrderProcess. getFees()Fees and terms for retrieving the resource.default InternationalStringFormat. getFileDecompressionTechnique()Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.InternationalStringDataFile. getFileDescription()Text description of the data.default FormatDataFile. getFileFormat()Deprecated.Removed in latest XSD schemas.URIDataFile. getFileName()Name of the file that contains the data.StringDataFile. getFileType()Format in which the data is encoded.default Collection<? extends Distributor>Format. getFormatDistributors()Provides information about the distributor's format.CitationFormat. getFormatSpecificationCitation()Citation / URL of the specification format.default IdentifierMedium. getIdentifier()Unique identifier for an instance of the medium.default Collection<? extends Medium>Format. getMedia()Media used by the format.default Collection<MediumFormat>Medium. getMediumFormats()Method used to write to the medium.default InternationalStringMedium. getMediumNote()Description of other limitations or requirements for using the medium.default InternationalStringFormat. getName()Deprecated.As of ISO 19115:2014, replaced byFormat.getFormatSpecificationCitation().getAlternateTitles().default MediumNameMedium. getName()Name of the medium on which the resource can be stored or distributed.default Collection<? extends Medium>DigitalTransferOptions. getOffLines()Information about offline media on which the resource can be obtained.default Collection<? extends OnlineResource>DigitalTransferOptions. getOnLines()Information about online sources from which the resource can be obtained.default InternationalStringStandardOrderProcess. getOrderingInstructions()General instructions, terms and services provided by the distributor.default RecordStandardOrderProcess. getOrderOptions()Request/purchase choices.default RecordTypeStandardOrderProcess. getOrderOptionsType()Description of the order options record.default DateStandardOrderProcess. getPlannedAvailableDateTime()Date and time when the dataset will be available.default InternationalStringFormat. getSpecification()Deprecated.As of ISO 19115:2014, replaced byFormat.getFormatSpecificationCitation().getTitle().default PeriodDurationDigitalTransferOptions. getTransferFrequency()Rate of occurrence of distribution.default Collection<? extends DigitalTransferOptions>Distribution. getTransferOptions()Provides information about technical means and media by which a resource is obtained from the distributor.default DoubleDigitalTransferOptions. getTransferSize()Estimated size of a unit in the specified transfer format, expressed in megabytes.default InternationalStringStandardOrderProcess. getTurnaround()Typical turnaround time for the filling of an order.default InternationalStringDigitalTransferOptions. getUnitsOfDistribution()Tiles, layers, geographic areas, etc., in which data is available.default InternationalStringFormat. getVersion()Deprecated.As of ISO 19115:2014, replaced byFormat.getFormatSpecificationCitation().getEdition().default IntegerMedium. getVolumes()Number of items in the media identified. - 
Uses of UML in org.opengis.metadata.extent
Classes in org.opengis.metadata.extent with annotations of type UML Modifier and Type Interface Description interfaceBoundingPolygonEnclosing geometric object which locates the resource.interfaceExtentInformation about spatial, vertical, and temporal extent of the resource.interfaceGeographicBoundingBoxGeographic position of the resource.interfaceGeographicDescriptionDescription of the geographic area using identifiers.interfaceGeographicExtentBase interface for geographic area of the resource.interfaceSpatialTemporalExtentExtent with respect to date/time and spatial boundaries.interfaceTemporalExtentTime period covered by the content of the resource.interfaceVerticalExtentVertical domain of resource.Methods in org.opengis.metadata.extent with annotations of type UML Modifier and Type Method Description default InternationalStringExtent. getDescription()The spatial and temporal extent for the referring object.doubleGeographicBoundingBox. getEastBoundLongitude()The eastern-most coordinate of the limit of the resource extent.TemporalPrimitiveTemporalExtent. getExtent()Period for the content of the resource.default Collection<? extends GeographicExtent>Extent. getGeographicElements()Provides geographic component of the extent of the referring object.IdentifierGeographicDescription. getGeographicIdentifier()The identifier used to represent a geographic area.default BooleanGeographicExtent. getInclusion()Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).DoubleVerticalExtent. getMaximumValue()The highest vertical extent contained in the resource.DoubleVerticalExtent. getMinimumValue()The lowest vertical extent contained in the resource.doubleGeographicBoundingBox. getNorthBoundLatitude()The northern-most coordinate of the limit of the resource extent.Collection<? extends Geometry>BoundingPolygon. getPolygons()The sets of points defining the bounding polygon or any other geometry (point, line).doubleGeographicBoundingBox. getSouthBoundLatitude()The southern-most coordinate of the limit of the resource extent.Collection<? extends GeographicExtent>SpatialTemporalExtent. getSpatialExtent()The spatial extent components of composite spatial and temporal extent.default Collection<? extends TemporalExtent>Extent. getTemporalElements()Provides temporal component of the extent of the referring object.VerticalCRSVerticalExtent. getVerticalCRS()Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured.default Collection<? extends VerticalExtent>Extent. getVerticalElements()Provides vertical component of the extent of the referring object.default VerticalExtentSpatialTemporalExtent. getVerticalExtent()The vertical extent component.doubleGeographicBoundingBox. getWestBoundLongitude()The western-most coordinate of the limit of the resource extent. - 
Uses of UML in org.opengis.metadata.identification
Classes in org.opengis.metadata.identification with annotations of type UML Modifier and Type Interface Description interfaceAggregateInformationDeprecated.As of ISO 19115:2014, replaced byAssociatedResource.interfaceAssociatedResourceAssociated resource information.classAssociationTypeJustification for the correlation of two datasets.interfaceBrowseGraphicGraphic that provides an illustration of the dataset (including a legend for the graphic, if applicable).classCharacterSetDeprecated.As of ISO 19115:2014, replaced by a reference to the IANA Character Set register.interfaceCoupledResourceLinks a given operation name (mandatory attribute ofOperationMetadata) with a resource identified by an "identifier".classCouplingTypeClass of information to which the referencing entity applies.interfaceDataIdentificationInformation required to identify a resource.classDistributedComputingPlatformDistributed computing platform (DCP) on which an operation has been implemented.interfaceIdentificationBasic information required to uniquely identify a resource or resources.classInitiativeTypeType of aggregation activity in which datasets are relatedinterfaceKeywordClassSpecification of a class to categorize keywords in a domain-specific vocabulary that has a binding to a formal ontology.interfaceKeywordsKeywords, their type and reference source.classKeywordTypeMethods used to group similar keywords.interfaceOperationChainMetadataOperation chain information.interfaceOperationMetadataDescribes the signature of one and only one method provided by the service.classProgressStatus of the dataset or progress of a review.interfaceRepresentativeFractionA scale defined as the inverse of a denominator.interfaceResolutionLevel of detail expressed as a scale factor or a ground distance.interfaceServiceIdentificationIdentification of capabilities which a service provider makes available.classTopicCategoryHigh-level geographic data thematic classification to assist in the grouping and search of available geographic data sets.interfaceUsageBrief description of ways in which the resource(s) is/are currently or has been used.Fields in org.opengis.metadata.identification with annotations of type UML Modifier and Type Field Description static ProgressProgress. ACCEPTEDAgreed to by sponsor.static CharacterSetCharacterSet. BIG_5Deprecated.Traditional Chinese code set used in Taiwan, Hong Kong, and other areas.static TopicCategoryTopicCategory. BIOTAFlora and/or fauna in natural environment.static TopicCategoryTopicCategory. BOUNDARIESLegal land descriptions.static InitiativeTypeInitiativeType. CAMPAIGNSeries of organized planned actions.static TopicCategoryTopicCategory. CLIMATOLOGY_METEOROLOGY_ATMOSPHEREProcesses and phenomena of the atmosphere.static InitiativeTypeInitiativeType. COLLECTIONAccumulation of datasets assembled for a specific purpose.static AssociationTypeAssociationType. COLLECTIVE_TITLECommon title for a collection of resources.static DistributedComputingPlatformDistributedComputingPlatform. COMComponent Object Model.static ProgressProgress. COMPLETEDProduction of the data has been completed.static DistributedComputingPlatformDistributedComputingPlatform. CORBACommon Object Request Broker Architecture.static AssociationTypeAssociationType. CROSS_REFERENCEReference from one dataset to another.static KeywordTypeKeywordType. DATA_CENTREKeyword identifies a repository or archive that manages and distributes data.static AssociationTypeAssociationType. DEPENDENCYAssociated through a dependency.static ProgressProgress. DEPRECATEDResource superseded and will become obsolete, use only for historical purposes.static TopicCategoryTopicCategory. DISASTERInformation related to disaster.static KeywordTypeKeywordType. DISCIPLINEKeyword identifies a branch of instruction or specialized learning.static CharacterSetCharacterSet. EBCDICDeprecated.IBM mainframe code set.static TopicCategoryTopicCategory. ECONOMYEconomic activities, conditions and employment.static TopicCategoryTopicCategory. ELEVATIONHeight above or below sea level.static TopicCategoryTopicCategory. ENVIRONMENTEnvironmental resources, protection and conservation.static CharacterSetCharacterSet. EUC_JPDeprecated.Japanese code set used on UNIX based machines.static CharacterSetCharacterSet. EUC_KRDeprecated.Korean code set.static InitiativeTypeInitiativeType. EXERCISESpecific performance of a function or group of functions.static InitiativeTypeInitiativeType. EXPERIMENTProcess designed to find if something is effective or valid.static TopicCategoryTopicCategory. EXTRA_TERRESTRIALRegion more than 100 Km above the surface of the Earth.static TopicCategoryTopicCategory. FARMINGRearing of animals and/or cultivation of plants.static KeywordTypeKeywordType. FEATURE_TYPEKeyword identifies a resource containing or about a collection of feature instance with common characteristics.static ProgressProgress. FINALProgress concluded and no changes will be accepted.static DistributedComputingPlatformDistributedComputingPlatform. FTPFile Transfert Protocol.static CharacterSetCharacterSet. GB2312Deprecated.Simplified Chinese code set.static TopicCategoryTopicCategory. GEOSCIENTIFIC_INFORMATIONInformation pertaining to earth sciences.static TopicCategoryTopicCategory. HEALTHHealth, health services, human ecology, and safety.static ProgressProgress. HISTORICAL_ARCHIVEData has been stored in an offline storage facilitystatic DistributedComputingPlatformDistributedComputingPlatform. HTTPExtensible Markup Language.static TopicCategoryTopicCategory. IMAGERY_BASE_MAPS_EARTH_COVERBase maps.static TopicCategoryTopicCategory. INLAND_WATERSInland water features, drainage systems and their characteristics.static KeywordTypeKeywordType. INSTRUMENTKeyword identifies a device used to measure or compare physical properties.static TopicCategoryTopicCategory. INTELLIGENCE_MILITARYMilitary bases, structures, activities.static InitiativeTypeInitiativeType. INVESTIGATIONSearch or systematic inquiry.static AssociationTypeAssociationType. IS_COMPOSED_OFReference to resources that are parts of this resource.static CharacterSetCharacterSet. ISO_8859_1Deprecated.ISO/IEC 8859-1, Information technology. 8-bit single-byte coded graphic character sets - Part 1: Latin alphabet No. 1.static CharacterSetCharacterSet. ISO_8859_10Deprecated.ISO/IEC 8859-10, Information technology. 8-bit single-byte coded graphic character sets - Part 10: Latin alphabet No. 6.static CharacterSetCharacterSet. ISO_8859_11Deprecated.ISO/IEC 8859-11, Information technology. 8-bit single-byte coded graphic character sets - Part 11: Latin/Thai alphabet.static CharacterSetCharacterSet. ISO_8859_12Deprecated.A future ISO/IEC 8-bit single-byte coded graphic character set.static CharacterSetCharacterSet. ISO_8859_13Deprecated.ISO/IEC 8859-13, Information technology. 8-bit single-byte coded graphic character sets - Part 13: Latin alphabet No. 7.static CharacterSetCharacterSet. ISO_8859_14Deprecated.ISO/IEC 8859-14, Information technology. 8-bit single-byte coded graphic character sets - Part 14: Latin alphabet No. 8 (Celtic).static CharacterSetCharacterSet. ISO_8859_15Deprecated.ISO/IEC 8859-15, Information technology. 8-bit single-byte coded graphic character sets - Part 15: Latin alphabet No. 9.static CharacterSetCharacterSet. ISO_8859_16Deprecated.ISO/IEC 8859-16, Information technology. 8-bit single-byte coded graphic character sets - Part 16: Latin alphabet No. 10.static CharacterSetCharacterSet. ISO_8859_2Deprecated.ISO/IEC 8859-2, Information technology. 8-bit single-byte coded graphic character sets - Part 2: Latin alphabet No. 2.static CharacterSetCharacterSet. ISO_8859_3Deprecated.ISO/IEC 8859-3, Information technology. 8-bit single-byte coded graphic character sets - Part 3: Latin alphabet No. 3.static CharacterSetCharacterSet. ISO_8859_4Deprecated.ISO/IEC 8859-4, Information technology. 8-bit single-byte coded graphic character sets - Part 4: Latin alphabet No. 4.static CharacterSetCharacterSet. ISO_8859_5Deprecated.ISO/IEC 8859-5, Information technology. 8-bit single-byte coded graphic character sets - Part 5: Latin/Cyrillic alphabet.static CharacterSetCharacterSet. ISO_8859_6Deprecated.ISO/IEC 8859-6, Information technology. 8-bit single-byte coded graphic character sets - Part 6: Latin/Arabic alphabet.static CharacterSetCharacterSet. ISO_8859_7Deprecated.ISO/IEC 8859-7, Information technology. 8-bit single-byte coded graphic character sets - Part 7: Latin/Greek alphabet.static CharacterSetCharacterSet. ISO_8859_8Deprecated.ISO/IEC 8859-8, Information technology. 8-bit single-byte coded graphic character sets - Part 8: Latin/Hebrew alphabet.static CharacterSetCharacterSet. ISO_8859_9Deprecated.ISO/IEC 8859-9, Information technology. 8-bit single-byte coded graphic character sets - Part 9: Latin alphabet No. 5.static DistributedComputingPlatformDistributedComputingPlatform. JAVAObject - oriented programming language.static CharacterSetCharacterSet. JISDeprecated.Japanese code set used for electronic transmission.static AssociationTypeAssociationType. LARGER_WORK_CITATIONReference to a master dataset of which this one is a part.static TopicCategoryTopicCategory. LOCATIONPositional information and services.static CouplingTypeCouplingType. LOOSEService instance is loosely coupled with a data instance, which means noDataIdentificationclass has to be described.static InitiativeTypeInitiativeType. MISSIONSpecific operation of a data collection system.static CouplingTypeCouplingType. MIXEDService instance is mixed coupled with a data instance, which meansDataIdentificationdescribes the associated data instance and additionally the service instance might work with other external data instances.static ProgressProgress. NOT_ACCEPTEDRejected by sponsor.static ProgressProgress. OBSOLETEData is no longer relevant.static TopicCategoryTopicCategory. OCEANSFeatures and characteristics of salt water bodies (excluding inland waters).static ProgressProgress. ON_GOINGData is continually being updated.static InitiativeTypeInitiativeType. OPERATIONAction that is part of a series of actions.static AssociationTypeAssociationType. PART_OF_SEAMLESS_DATABASEPart of same structured set of data held in a computer.static ProgressProgress. PENDINGCommitted to, but not yet addressed.static KeywordTypeKeywordType. PLACEKeyword identifies a location.static ProgressProgress. PLANNEDFixed date has been established upon or by which the data will be created or updated.static TopicCategoryTopicCategory. PLANNING_CADASTREInformation used for appropriate actions for future use of the land.static InitiativeTypeInitiativeType. PLATFORMVehicle or other support base that holds a sensor.static KeywordTypeKeywordType. PLATFORMKeyword identifies a structure upon which an instrument is mounted.static InitiativeTypeInitiativeType. PROCESSMethod of doing something involving a number of steps.static KeywordTypeKeywordType. PROCESSKeyword identifies a series of actions or natural occurrences.static KeywordTypeKeywordType. PRODUCTKeyword identifies a type of product.static InitiativeTypeInitiativeType. PROGRAMSpecific planned activity.static InitiativeTypeInitiativeType. PROJECTOrganized undertaking, research, or development.static KeywordTypeKeywordType. PROJECTKeyword identify an endeavour undertaken to create or modify a product or service.static ProgressProgress. PROPOSEDSuggested that development needs to be undertaken.static ProgressProgress. REQUIREDData needs to be generated or updated.static ProgressProgress. RETIREDItem is no longer recommended for use.static AssociationTypeAssociationType. REVISION_OFResource is a revision of associated resource.static InitiativeTypeInitiativeType. SENSORDevice or piece of equipment which detects or records.static AssociationTypeAssociationType. SERIESAssociated through a common heritage such as produced to a common product specification.static KeywordTypeKeywordType. SERVICEKeyword identifies an activity carried out by one party for the benefit of another.static CharacterSetCharacterSet. SHIFT_JISDeprecated.Japanese code set used on MS-DOS based machines.static DistributedComputingPlatformDistributedComputingPlatform. SOAPSimple Object Access Protocole.static TopicCategoryTopicCategory. SOCIETYCharacteristics of society and cultures.static AssociationTypeAssociationType. SOURCEDeprecated.Removed in ISO 19115:2014.static DistributedComputingPlatformDistributedComputingPlatform. SQLStructured Query Language.static AssociationTypeAssociationType. STEREO_MATEPart of a set of imagery that when used together, provides three-dimensional images.static KeywordTypeKeywordType. STRATUMKeyword identifies the layer(s) of any deposited substance.static TopicCategoryTopicCategory. STRUCTUREMan-made construction.static InitiativeTypeInitiativeType. STUDYExamination or investigation.static KeywordTypeKeywordType. SUB_TOPIC_CATEGORYRefinement of a topic category for the purpose of geographic data classification.static ProgressProgress. SUPERSEDEDReplaced by new.static InitiativeTypeInitiativeType. TASKPiece of work.static KeywordTypeKeywordType. TAXONKeyword identifies a taxonomy of the resource.static KeywordTypeKeywordType. TEMPORALKeyword identifies a time period related to the dataset.static ProgressProgress. TENTATIVEProvisional changes likely before resource becomes final of complete.static KeywordTypeKeywordType. THEMEKeyword identifies a particular subject or topic.static CouplingTypeCouplingType. TIGHTService instance is tightly coupled with a data instance, which meansDataIdentificationclass MUST be described.static TopicCategoryTopicCategory. TRANSPORTATIONMeans and aids for conveying persons and/or goods.static InitiativeTypeInitiativeType. TRIALProcess of testing to discover or demonstrate something.static CharacterSetCharacterSet. UCS_2Deprecated.16-bit fixed size Universal Character Set, based on ISO/IEC 10646.static CharacterSetCharacterSet. UCS_4Deprecated.32-bit fixed size Universal Character Set, based on ISO/IEC 10646.static ProgressProgress. UNDER_DEVELOPMENTData is currently in the process of being created.static CharacterSetCharacterSet. US_ASCIIDeprecated.United States ASCII code set (ISO 646 US).static CharacterSetCharacterSet. UTF_16Deprecated.16-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static CharacterSetCharacterSet. UTF_7Deprecated.7-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static CharacterSetCharacterSet. UTF_8Deprecated.8-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static TopicCategoryTopicCategory. UTILITIES_COMMUNICATIONEnergy, water and waste systems and communications infrastructure and services.static ProgressProgress. VALIDAcceptable under specific condition.static DistributedComputingPlatformDistributedComputingPlatform. WEB_SERVICESWeb Services.static ProgressProgress. WITHDRAWNRemoved from consideration.static DistributedComputingPlatformDistributedComputingPlatform. XMLExtensible Markup Language.static DistributedComputingPlatformDistributedComputingPlatform. Z3950ISO 23950.Methods in org.opengis.metadata.identification with annotations of type UML Modifier and Type Method Description InternationalStringIdentification. getAbstract()Brief narrative summary of the resource.default StandardOrderProcessServiceIdentification. getAccessProperties()Information about the availability of the service.default Collection<? extends Citation>Usage. getAdditionalDocumentation()Publications that describe usage of data.default Collection<? extends Citation>Identification. getAdditionalDocumentations()Other documentation associated with the resource.IdentifierAggregateInformation. getAggregateDataSetIdentifier()Deprecated.As of ISO 19115:2014, replaced by an identifier ofAggregateInformation.getAggregateDataSetName().CitationAggregateInformation. getAggregateDataSetName()Deprecated.As of ISO 19115:2014, replaced byAssociatedResource.getName().default Collection<? extends AggregateInformation>Identification. getAggregationInfo()Deprecated.As of ISO 19115:2014, replaced byIdentification.getAssociatedResources().default DoubleResolution. getAngularDistance()Angular sampling measure.default Collection<? extends AssociatedResource>Identification. getAssociatedResources()Associated resource information.AssociationTypeAssociatedResource. getAssociationType()Type of relation between the resources.default Collection<CharacterSet>DataIdentification. getCharacterSets()Deprecated.Replaced bygetLocalesAndCharsets().values().CitationIdentification. getCitation()Citation for the resource.InternationalStringKeywordClass. getClassName()A character string to label the keyword category in natural language.default URIKeywordClass. getConceptIdentifier()URI of concept in the ontology specified by the ontology citation and labeled by the class name.Collection<? extends OnlineResource>OperationMetadata. getConnectPoints()Handle for accessing the service interface.default Collection<? extends OperationChainMetadata>ServiceIdentification. getContainsChain()Provides information about the chain applied by the service.default Collection<? extends OperationMetadata>ServiceIdentification. getContainsOperations()Provides information about the operations that comprise the service.Collection<? extends CoupledResource>ServiceIdentification. getCoupledResources()Further description(s) of the data coupling in the case of tightly coupled services.CouplingTypeServiceIdentification. getCouplingType()Type of coupling between service and associated data (if exist).default Collection<String>Identification. getCredits()Recognition of those who contributed to the resource.longRepresentativeFraction. getDenominator()The number below the line in a vulgar fraction.default List<? extends OperationMetadata>OperationMetadata. getDependsOn()List of operation that must be completed immediately before current operation is invoked.default InternationalStringOperationChainMetadata. getDescription()A narrative explanation of the services in the chain and resulting output.default Collection<? extends Keywords>Identification. getDescriptiveKeywords()Category keywords, their type, and reference source.default DoubleResolution. getDistance()Horizontal ground sample distance.Collection<DistributedComputingPlatform>OperationMetadata. getDistributedComputingPlatforms()Distributed computing platforms (DCPs) on which the operation has been implemented.default InternationalStringDataIdentification. getEnvironmentDescription()Description of the resource in the producer's processing environment, including items such as the software, the computer operating system, file name, and the dataset size.default RepresentativeFractionResolution. getEquivalentScale()Level of detail expressed as the scale of a comparable hardcopy map or chart.Collection<? extends Extent>Identification. getExtents()Spatial and temporal extent of the resource.default InternationalStringBrowseGraphic. getFileDescription()Text description of the illustration.URIBrowseGraphic. getFileName()Name of the file that contains a graphic that provides an illustration of the resource.default StringBrowseGraphic. getFileType()Format in which the illustration is encoded.default Collection<? extends BrowseGraphic>Identification. getGraphicOverviews()Graphic that illustrates the resource(s) (should include a legend for the graphic).default Collection<? extends Citation>Usage. getIdentifiedIssues()Citations of a description of known issues associated with the resource along with proposed solutions if available.default Collection<? extends Constraints>BrowseGraphic. getImageConstraints()Restriction on access and / or use of browse graphic.default InitiativeTypeAssociatedResource. getInitiativeType()Type of initiative under which the associated resource was produced.default InternationalStringOperationMetadata. getInvocationName()The name used to invoke this interface within the context of the DCP.default KeywordClassKeywords. getKeywordClass()User-defined categorization of groups of keywords that extend or are orthogonal to the standardized keyword type codes.Collection<? extends InternationalString>Keywords. getKeywords()Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.default Collection<Locale>DataIdentification. getLanguages()Deprecated.Replaced bygetLocalesAndCharsets().keySet().default InternationalStringResolution. getLevelOfDetail()Brief textual description of the spatial resolution of the resource.default Collection<? extends OnlineResource>BrowseGraphic. getLinkages()Links to browse graphic.default Map<Locale,Charset>DataIdentification. getLocalesAndCharsets()Language(s) and character set(s) used within the resource.default CitationAssociatedResource. getMetadataReference()Reference to the metadata of the associated resource.CitationAssociatedResource. getName()Citation information about the associated resource.InternationalStringOperationChainMetadata. getName()The name as used by the service for this chain.CitationKeywordClass. getOntology()A reference that binds the keyword class to a formal conceptualization of a knowledge domain for use in semantic processing.default Collection<? extends Citation>ServiceIdentification. getOperatedDatasets()Provides reference(s) to the resources on which the service operates.default Collection<? extends DataIdentification>ServiceIdentification. getOperatesOn()Provides information on the resources that the service operates on.default OperationMetadataCoupledResource. getOperation()The service operation.default InternationalStringOperationMetadata. getOperationDescription()Free text description of the intent of the operation and the results of the operation.StringOperationMetadata. getOperationName()An unique identifier for this interface.List<? extends OperationMetadata>OperationChainMetadata. getOperations()Ordered information about the operations applied by the chain.default Collection<? extends ParameterDescriptor<?>>OperationMetadata. getParameters()The parameters that are required for this interface.default Collection<? extends ResponsibleParty>Identification. getPointOfContacts()Identification of, and means of communication with, person(s) and organisations associated with the resource(s).default IdentifierIdentification. getProcessingLevel()Code that identifies the level of processing in the producers coding system of a resource.default Collection<? extends Citation>ServiceIdentification. getProfiles()Profile(s) to which the service adheres.default InternationalStringIdentification. getPurpose()Summary of the intentions with which the resource was developed.default Collection<? extends Constraints>Identification. getResourceConstraints()Information about constraints which apply to the resource(s).default Collection<? extends Format>Identification. getResourceFormats()Description of the format of the resource(s).default Collection<? extends MaintenanceInformation>Identification. getResourceMaintenances()Information about the frequency of resource updates, and the scope of those updates.default Collection<? extends Citation>CoupledResource. getResourceReferences()References to the resource on which the services operates.default Collection<? extends DataIdentification>CoupledResource. getResources()The tightly coupled resources.default Collection<? extends Usage>Identification. getResourceSpecificUsages()Basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.default Collection<? extends InternationalString>Usage. getResponses()Responses to the user-determined limitations.default ScopedNameCoupledResource. getScopedName()Scoped identifier of the resource in the context of the given service instance.default Collection<? extends Citation>ServiceIdentification. getServiceStandards()Standard(s) to which the service adheres.GenericNameServiceIdentification. getServiceType()A service type name.default Collection<String>ServiceIdentification. getServiceTypeVersions()The version(s) of the service.default Collection<SpatialRepresentationType>Identification. getSpatialRepresentationTypes()Methods used to spatially represent geographic information.default Collection<? extends Resolution>Identification. getSpatialResolutions()Factor which provides a general understanding of the density of spatial data in the resource.InternationalStringUsage. getSpecificUsage()Brief description of the resource and/or resource series usage.default Collection<Progress>Identification. getStatus()Status of the resource.default InternationalStringDataIdentification. getSupplementalInformation()Any other descriptive information about the resource.default Collection<? extends Duration>Identification. getTemporalResolutions()Smallest resolvable temporal period in a resource.default CitationKeywords. getThesaurusName()Name of the formally registered thesaurus or a similar authoritative source of keywords.Collection<TopicCategory>Identification. getTopicCategories()Main theme(s) of the resource.default KeywordTypeKeywords. getType()Subject matter used to group similar keywords.default DateUsage. getUsageDate()Date and time of the first use or range of uses of the resource and/or resource series.default Collection<? extends ResponsibleParty>Usage. getUserContactInfo()Identification of and means of communicating with person(s) and organization(s) using the resource(s).default InternationalStringUsage. getUserDeterminedLimitations()Applications, determined by the user for which the resource and/or resource series is not suitable.default DoubleResolution. getVertical()Vertical sampling distance. - 
Uses of UML in org.opengis.metadata.lineage
Classes in org.opengis.metadata.lineage with annotations of type UML Modifier and Type Interface Description interfaceAlgorithmDetails of the methodology by which geographic information was derived from the instrument readings.interfaceLineageInformation about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.interfaceNominalResolutionDistance between consistent parts of (centre, left side, right side) adjacent pixels.interfaceProcessingComprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.interfaceProcessStepInformation about an event or transformation in the life of resource.interfaceProcessStepReportReport of what occurred during the process step.interfaceSourceInformation about the resource used in creating the resource specified by the scope.Methods in org.opengis.metadata.lineage with annotations of type UML Modifier and Type Method Description default Collection<? extends Citation>Lineage. getAdditionalDocumentation()Additional documentation.default Collection<? extends Algorithm>Processing. getAlgorithms()Details of the methodology by which geographic information was derived from the instrument readings.CitationAlgorithm. getCitation()Information identifying the algorithm and version or date.default DateProcessStep. getDate()Date and time or range of date and time on or over which the process step occurred.InternationalStringAlgorithm. getDescription()Information describing the algorithm used to generate the data.InternationalStringProcessStep. getDescription()Description of the event, including related parameters or tolerances.default InternationalStringProcessStepReport. getDescription()Textual description of what occurred during the process step.InternationalStringSource. getDescription()Detailed description of the level of the source data.default Collection<? extends Citation>Processing. getDocumentations()Reference to documentation describing the processing.default InternationalStringProcessStepReport. getFileType()Type of file that contains the processing report.default DoubleNominalResolution. getGroundResolution()Distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.IdentifierProcessing. getIdentifier()Information to identify the processing package that produced the data.InternationalStringProcessStepReport. getName()Name of the processing report.default Collection<? extends Source>ProcessStep. getOutputs()Description of the product generated as a result of the process step.default InternationalStringProcessing. getProcedureDescription()Additional details about the processing procedures.default IdentifierSource. getProcessedLevel()Processing level of the source data.default ProcessingProcessStep. getProcessingInformation()Comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.default Collection<? extends ResponsibleParty>ProcessStep. getProcessors()Identification of, and means of communication with, person(s) and organization(s) associated with the process step.Collection<? extends ProcessStep>Lineage. getProcessSteps()Information about events in the life of a resource specified by the scope.default InternationalStringProcessStep. getRationale()Requirement or purpose for the process step.default Collection<? extends Citation>ProcessStep. getReferences()Process step documentation.default Collection<? extends ProcessStepReport>ProcessStep. getReports()Report generated by the process step.default NominalResolutionSource. getResolution()Distance between consistent parts (centre, left side, right side) of two adjacent pixels.default InternationalStringProcessing. getRunTimeParameters()Parameters to control the processing operations, entered at run time.default RepresentativeFractionSource. getScaleDenominator()Deprecated.As of ISO 19115:2014, moved toResolution.getEquivalentScale().default DoubleNominalResolution. getScanningResolution()Distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane.default ScopeLineage. getScope()Type of resource and / or extent to which the lineage information applies.default ScopeProcessStep. getScope()Type of resource and / or extent to which the process step applies.ScopeSource. getScope()Type and / or extent of the source.default Collection<? extends Citation>Processing. getSoftwareReferences()Reference to document describing processing software.default CitationSource. getSourceCitation()Recommended reference to be used for the source data.default Collection<? extends Extent>Source. getSourceExtents()Deprecated.As of ISO 19115:2014, moved toScope.getExtents().default Collection<? extends Citation>Source. getSourceMetadata()References to metadata for the source.default ReferenceSystemSource. getSourceReferenceSystem()Spatial reference system used by the source data.Collection<? extends Source>Lineage. getSources()Information about the source data used in creating the data specified by the scope.default Collection<? extends Source>ProcessStep. getSources()Information about the source data used in creating the data specified by the scope.default ResolutionSource. getSourceSpatialResolution()Spatial resolution expressed as a scale factor, an angle or a level of detail.default Collection<? extends ProcessStep>Source. getSourceSteps()Information about process steps in which this source was used.InternationalStringLineage. getStatement()General explanation of the data producer's knowledge about the lineage of a dataset. - 
Uses of UML in org.opengis.metadata.maintenance
Classes in org.opengis.metadata.maintenance with annotations of type UML Modifier and Type Class Description classMaintenanceFrequencyFrequency with which modifications and deletions are made to the data after it is first produced.interfaceMaintenanceInformationInformation about the scope and frequency of updating.interfaceScopeThe target resource and physical extent for which information is reported.classScopeCodeClass of information to which the referencing entity applies.interfaceScopeDescriptionDescription of the class of information covered by the information.Fields in org.opengis.metadata.maintenance with annotations of type UML Modifier and Type Field Description static ScopeCodeScopeCode. AGGREGATEInformation applies to an aggregate resource.static MaintenanceFrequencyMaintenanceFrequency. ANNUALLYData is updated every year.static ScopeCodeScopeCode. APPLICATIONInformation resource hosted on a specific set of hardware and accessible over network.static MaintenanceFrequencyMaintenanceFrequency. AS_NEEDEDData is updated as deemed necessary.static ScopeCodeScopeCode. ATTRIBUTEInformation applies to the attribute value.static ScopeCodeScopeCode. ATTRIBUTE_TYPEInformation applies to the characteristic of a feature.static MaintenanceFrequencyMaintenanceFrequency. BIANNUALLYData is updated twice each year.static MaintenanceFrequencyMaintenanceFrequency. BIENNIALLYResource is updated every 2 years.static ScopeCodeScopeCode. COLLECTIONInformation applies to an unstructured set.static ScopeCodeScopeCode. COLLECTION_HARDWAREInformation applies to the collection hardware class.static ScopeCodeScopeCode. COLLECTION_SESSIONInformation applies to the collection session.static MaintenanceFrequencyMaintenanceFrequency. CONTINUALData is repeatedly and frequently updated.static ScopeCodeScopeCode. COVERAGEInformation applies to a coverage.static MaintenanceFrequencyMaintenanceFrequency. DAILYData is updated each day.static ScopeCodeScopeCode. DATASETInformation applies to a consistent spatial data product that can be provided by a data distributor.static ScopeCodeScopeCode. DIMENSION_GROUPInformation applies to a dimension group.static ScopeCodeScopeCode. DOCUMENTInformation applies to a document.static ScopeCodeScopeCode. FEATUREInformation applies to spatial constructs (features) that have a direct correspondence with a real world object.static ScopeCodeScopeCode. FEATURE_TYPEInformation applies to a group of spatial primitives (geometric objects) that have a common type.static ScopeCodeScopeCode. FIELD_SESSIONInformation applies to a field session.static MaintenanceFrequencyMaintenanceFrequency. FORTNIGHTLYData is updated every two weeks.static ScopeCodeScopeCode. INITIATIVEInformation applies to an initiative.static MaintenanceFrequencyMaintenanceFrequency. IRREGULARData is updated in intervals that are uneven in duration.static ScopeCodeScopeCode. METADATAInformation applies to metadata.static ScopeCodeScopeCode. MODELInformation applies to a copy or imitation of an existing or hypothetical object.static MaintenanceFrequencyMaintenanceFrequency. MONTHLYData is updated each month.static ScopeCodeScopeCode. NON_GEOGRAPHIC_DATASETInformation applies to non-geographic data.static MaintenanceFrequencyMaintenanceFrequency. NOT_PLANNEDThere are no plans to update the data.static MaintenanceFrequencyMaintenanceFrequency. PERIODICResource is updated at regular intervals.static ScopeCodeScopeCode. PRODUCTMetadata describing an ISO 19131 data product specification.static ScopeCodeScopeCode. PROPERTY_TYPEInformation applies to a property type.static MaintenanceFrequencyMaintenanceFrequency. QUARTERLYData is updated every three months.static ScopeCodeScopeCode. REPOSITORYInformation applies to a repository.static ScopeCodeScopeCode. SAMPLEInformation applies to a sample.static MaintenanceFrequencyMaintenanceFrequency. SEMIMONTHLYResource updated twice a monthly.static ScopeCodeScopeCode. SERIESInformation applies to a collection of spatial data which share similar characteristics of theme, source date, resolution, and methodology.static ScopeCodeScopeCode. SERVICEInformation applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case.static ScopeCodeScopeCode. SOFTWAREInformation applies to a computer program or routine.static ScopeCodeScopeCode. TILEInformation applies to a tile, a spatial subset of geographic data.static MaintenanceFrequencyMaintenanceFrequency. UNKNOWNFrequency of maintenance for the data is not known.static MaintenanceFrequencyMaintenanceFrequency. WEEKLYData is updated on a weekly basis.Methods in org.opengis.metadata.maintenance with annotations of type UML Modifier and Type Method Description default Set<? extends AttributeType>ScopeDescription. getAttributeInstances()Attribute instances to which the information applies.default Set<? extends AttributeType>ScopeDescription. getAttributes()Attribute types to which the information applies.default Collection<? extends ResponsibleParty>MaintenanceInformation. getContacts()Identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the resource.default StringScopeDescription. getDataset()Dataset to which the information applies.default DateMaintenanceInformation. getDateOfNextUpdate()Deprecated.As of ISO 19115:2014, replaced byMaintenanceInformation.getMaintenanceDates()in order to enable inclusion of aDateTypeto describe the type of the date.default Collection<? extends Extent>Scope. getExtents()Information about the spatial, vertical and temporal extents of the resource specified by the scope.default Set<? extends FeatureType>ScopeDescription. getFeatureInstances()Feature instances to which the information applies.default Set<? extends FeatureType>ScopeDescription. getFeatures()Feature types to which the information applies.ScopeCodeScope. getLevel()Hierarchical level of the data specified by the scope.default Collection<? extends ScopeDescription>Scope. getLevelDescription()Detailed description about the level of the data specified by the scope.default MaintenanceFrequencyMaintenanceInformation. getMaintenanceAndUpdateFrequency()Frequency with which changes and additions are made to the resource after the initial resource is completed.default Collection<? extends CitationDate>MaintenanceInformation. getMaintenanceDates()Date information associated with maintenance of resource.default Collection<? extends InternationalString>MaintenanceInformation. getMaintenanceNotes()Information regarding specific requirements for maintaining the resource.default Collection<? extends Scope>MaintenanceInformation. getMaintenanceScopes()Type of resource and / or extent to which the maintenance information applies.default StringScopeDescription. getOther()Class of information that does not fall into the other categories to which the information applies.default Collection<? extends ScopeDescription>MaintenanceInformation. getUpdateScopeDescriptions()Deprecated.As of ISO 19115:2014,MaintenanceInformation.getUpdateScopes()andgetUpdateScopeDescriptions()were combined intoMaintenanceInformation.getMaintenanceScopes()in order to allow specifying a scope that includes a spatial and temporal extent.default Collection<ScopeCode>MaintenanceInformation. getUpdateScopes()Deprecated.As of ISO 19115:2014,getUpdateScopes()andMaintenanceInformation.getUpdateScopeDescriptions()were combined intoMaintenanceInformation.getMaintenanceScopes()in order to allow specifying a scope that includes a spatial and temporal extent.default PeriodDurationMaintenanceInformation. getUserDefinedMaintenanceFrequency()Maintenance period other than those defined. - 
Uses of UML in org.opengis.metadata.quality
Classes in org.opengis.metadata.quality with annotations of type UML Modifier and Type Interface Description interfaceAbsoluteExternalPositionalAccuracyCloseness of reported coordinate values to values accepted as or being true.interfaceAccuracyOfATimeMeasurementCorrectness of the temporal references of an item (reporting of error in time measurement).interfaceCompletenessPresence and absence of features, their attributes and their relationships.interfaceCompletenessCommissionExcess data present in the dataset, as described by the scope.interfaceCompletenessOmissionData absent from the dataset, as described by the scope.interfaceConceptualConsistencyAdherence to rules of the conceptual schema.interfaceConformanceResultInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interfaceCoverageResultResult of a data quality measure organising the measured values as a coverage.interfaceDataQualityQuality information for the data specified by a data quality scope.interfaceDomainConsistencyAdherence of values to the value domains.interfaceElementType of test applied to the data specified by a data quality scope.classEvaluationMethodTypeType of method for evaluating an identified data quality measure.interfaceFormatConsistencyDegree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.interfaceGriddedDataPositionalAccuracyCloseness of gridded data position values to values accepted as or being true.interfaceLogicalConsistencyDegree of adherence to logical rules of data structure, attribution and relationships.interfaceNonQuantitativeAttributeAccuracyAccuracy of non-quantitative attributes.interfacePositionalAccuracyAccuracy of the position of features.interfaceQuantitativeAttributeAccuracyAccuracy of quantitative attributes.interfaceQuantitativeResultInformation about the value (or set of values) obtained from applying a data quality measure.interfaceRelativeInternalPositionalAccuracyCloseness of the relative positions of features in the scope to their respective relative positions accepted as or being true.interfaceResultBase interface of more specific result classes.interfaceScopeDescription of the data specified by the scope.interfaceTemporalAccuracyAccuracy of the temporal attributes and temporal relationships of features.interfaceTemporalConsistencyCorrectness of ordered events or sequences, if reported.interfaceTemporalValidityValidity of data specified by the scope with respect to time.interfaceThematicAccuracyAccuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.interfaceThematicClassificationCorrectnessComparison of the classes assigned to features or their attributes to a universe of discourse.interfaceTopologicalConsistencyCorrectness of the explicitly encoded topological characteristics of the dataset as described by the scope.interfaceUsabilityDeprecated.Not found in ISO 19115-3:2016 schemas.Fields in org.opengis.metadata.quality with annotations of type UML Modifier and Type Field Description static EvaluationMethodTypeEvaluationMethodType. DIRECT_EXTERNALMethod of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required.static EvaluationMethodTypeEvaluationMethodType. DIRECT_INTERNALMethod of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated.static EvaluationMethodTypeEvaluationMethodType. INDIRECTMethod of evaluating the quality of a dataset based on external knowledge.Methods in org.opengis.metadata.quality with annotations of type UML Modifier and Type Method Description default Collection<? extends Date>Element. getDates()Date or range of dates on which a data quality measure was applied.default InternationalStringQuantitativeResult. getErrorStatistic()Statistical method used to determine the value, ornullif none.default InternationalStringElement. getEvaluationMethodDescription()Description of the evaluation method.default EvaluationMethodTypeElement. getEvaluationMethodType()Type of method used to evaluate quality of the dataset.default CitationElement. getEvaluationProcedure()Reference to the procedure information, ornullif none.InternationalStringConformanceResult. getExplanation()Explanation of the meaning of conformance for this result.default ExtentScope. getExtent()Deprecated.As of ISO 19115:2014, replaced byScope.getExtents().ScopeCodeScope. getLevel()Hierarchical level of the data specified by the scope.Collection<? extends ScopeDescription>Scope. getLevelDescription()Detailed description about the level of the data specified by the scope.LineageDataQuality. getLineage()Non-quantitative quality information about the lineage of the data specified by the scope.default InternationalStringElement. getMeasureDescription()Description of the measure being determined.default IdentifierElement. getMeasureIdentification()Code identifying a registered standard procedure, ornullif none.default Collection<? extends InternationalString>Element. getNamesOfMeasure()Name of the test applied to the data.Collection<? extends Element>DataQuality. getReports()Quantitative quality information for the data specified by the scope.CoverageDescriptionCoverageResult. getResultContentDescription()Provides the description of the content of the result coverage, i.e. semantic definition of the data quality measures.DataFileCoverageResult. getResultFile()Provides information about the data file containing the result coverage data.FormatCoverageResult. getResultFormat()Provides information about the format of the result coverage data.Collection<? extends Result>Element. getResults()Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.SpatialRepresentationCoverageResult. getResultSpatialRepresentation()Provides the digital representation of data quality measures composing the coverage result.ScopeDataQuality. getScope()The specific data to which the data quality information applies.SpatialRepresentationTypeCoverageResult. getSpatialRepresentationType()Method used to spatially represent the coverage result.CitationConformanceResult. getSpecification()Citation of product specification or user requirement against which data is being evaluated.Collection<? extends Record>QuantitativeResult. getValues()Quantitative value or values, content determined by the evaluation procedure used.default RecordTypeQuantitativeResult. getValueType()Value type for reporting a data quality result, ornullif none.Unit<?>QuantitativeResult. getValueUnit()Value unit for reporting a data quality result, ornullif none.BooleanConformanceResult. pass()Indication of the conformance result. - 
Uses of UML in org.opengis.metadata.spatial
Classes in org.opengis.metadata.spatial with annotations of type UML Modifier and Type Class Description classCellGeometryCode indicating whether grid data is point or area.interfaceDimensionAxis properties.classDimensionNameTypeName of the dimension.interfaceGCPInformation on ground control point.interfaceGCPCollectionInformation about a control point collection.interfaceGeolocationInformationInformation used to determine geographic location corresponding to image location.interfaceGeometricObjectsNumber of objects, listed by geometric object type, used in the dataset.classGeometricObjectTypeName of point and vector spatial objects used to locate zero-, one-, and two-dimensional spatial locations in the dataset.interfaceGeorectifiedGrid whose cells are regularly spaced in a geographic or projected coordinate reference system.interfaceGeoreferenceableGrid with cells irregularly spaced in any given geographic/projected coordinate reference system.interfaceGridSpatialRepresentationBasic information required to uniquely identify a resource or resources.classPixelOrientationPoint in a pixel corresponding to the Earth location of the pixel.interfaceSpatialRepresentationDigital mechanism used to represent spatial information.classSpatialRepresentationTypeMethod used to represent geographic information in the dataset.classTopologyLevelDegree of complexity of the spatial relationships.interfaceVectorSpatialRepresentationInformation about the vector spatial objects in the dataset.Fields in org.opengis.metadata.spatial with annotations of type UML Modifier and Type Field Description static TopologyLevelTopologyLevel. ABSTRACTTopological complex without any specified geometric realization.static CellGeometryCellGeometry. AREAEach cell represents an area.static PixelOrientationPixelOrientation. CENTERPoint in a pixel corresponding to the Earth location of the pixel.static DimensionNameTypeDimensionNameType. COLUMNAbscissa (x) axis.static GeometricObjectTypeGeometricObjectType. COMPLEXSet of geometric primitives such that their boundaries can be represented as a union of other primitives.static GeometricObjectTypeGeometricObjectType. COMPOSITEConnected set of curves, solids or surfaces.static DimensionNameTypeDimensionNameType. CROSS_TRACKPerpendicular to the direction of motion of the scan point.static GeometricObjectTypeGeometricObjectType. CURVEBounded, 1-dimensional geometric primitive, representing the continuous image of a line.static TopologyLevelTopologyLevel. FULL_PLANAR_GRAPH2-dimensional topological complex which is planar.static TopologyLevelTopologyLevel. FULL_SURFACE_GRAPH2-dimensional topological complex which is isomorphic to a subset of a surface.static TopologyLevelTopologyLevel. FULL_TOPOLOGY_3DComplete coverage of a 3D coordinate space.static TopologyLevelTopologyLevel. GEOMETRY_ONLYGeometry objects without any additional structure which describes topology.static SpatialRepresentationTypeSpatialRepresentationType. GRIDGrid data is used to represent geographic data.static DimensionNameTypeDimensionNameType. LINEScan line of a sensor.static PixelOrientationPixelOrientation. LOWER_LEFTThe corner in the pixel closest to the origin of the SRS.static PixelOrientationPixelOrientation. LOWER_RIGHTNext corner counterclockwise from the lower left.static TopologyLevelTopologyLevel. PLANAR_GRAPH1-dimensional topological complex which is planar.static CellGeometryCellGeometry. POINTEach cell represents a point.static GeometricObjectTypeGeometricObjectType. POINTZero-dimensional geometric primitive, representing a position but not having an extent.static DimensionNameTypeDimensionNameType. ROWOrdinate (y) axis.static DimensionNameTypeDimensionNameType. SAMPLEElement along a scan line.static GeometricObjectTypeGeometricObjectType. SOLIDBounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.static SpatialRepresentationTypeSpatialRepresentationType. STEREO_MODELThree-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.static CellGeometryCellGeometry. STRATUMHeight range for a single point vertical profile.static GeometricObjectTypeGeometricObjectType. SURFACEBounded, connected 2-dimensional geometric, representing the continuous image of a region of a plane.static TopologyLevelTopologyLevel. SURFACE_GRAPH1-dimensional topological complex which is isomorphic to a subset of a surface.static SpatialRepresentationTypeSpatialRepresentationType. TEXT_TABLETextual or tabular data is used to represent geographic data.static DimensionNameTypeDimensionNameType. TIMEDuration.static SpatialRepresentationTypeSpatialRepresentationType. TINTriangulated irregular network.static TopologyLevelTopologyLevel. TOPOLOGY_1D1-dimensional topological complex.static TopologyLevelTopologyLevel. TOPOLOGY_3D3-dimensional topological complex.static DimensionNameTypeDimensionNameType. TRACKAlong the direction of motion of the scan pointstatic PixelOrientationPixelOrientation. UPPER_LEFTNext corner counterclockwise from the upper right.static PixelOrientationPixelOrientation. UPPER_RIGHTNext corner counterclockwise from the lower right.static SpatialRepresentationTypeSpatialRepresentationType. VECTORVector data is used to represent geographic data.static DimensionNameTypeDimensionNameType. VERTICALVertical (z) axis.static SpatialRepresentationTypeSpatialRepresentationType. VIDEOScene from a video recording.static CellGeometryCellGeometry. VOXELEach cell represents a volumetric measurement on a regular grid in three dimensional space.Methods in org.opengis.metadata.spatial with annotations of type UML Modifier and Type Method Description default Collection<? extends Element>GCP. getAccuracyReports()Accuracy of a ground control point.default List<? extends Dimension>GridSpatialRepresentation. getAxisDimensionProperties()Information about spatial-temporal axis properties.CellGeometryGridSpatialRepresentation. getCellGeometry()Identification of grid data as point or cell.default PointGeorectified. getCenterPoint()Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.InternationalStringGeorectified. getCheckPointDescription()Description of geographic position points used to test the accuracy of the georeferenced grid data.default Collection<? extends GCP>Georectified. getCheckPoints()Geographic references used to validate georectification of the data.IntegerGCPCollection. getCollectionIdentification()Identifier of the GCP collection.InternationalStringGCPCollection. getCollectionName()Name of the GCP collection.ReferenceSystemGCPCollection. getCoordinateReferenceSystem()Coordinate system in which the ground control points are defined.List<? extends Point>Georectified. getCornerPoints()Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions.default InternationalStringDimension. getDimensionDescription()Description of the axis.DimensionNameTypeDimension. getDimensionName()Name of the axis.IntegerDimension. getDimensionSize()Number of elements along the axis.default InternationalStringDimension. getDimensionTitle()Enhancement / modifier of the dimension name.Collection<? extends GCP>GCPCollection. getGCPs()Ground control point(s) used in the collection.DirectPositionGCP. getGeographicCoordinates()Geographic or map position of the control point, in either two or three dimensions.Collection<? extends GeolocationInformation>Georeferenceable. getGeolocationInformation()Information that can be used to geolocate the data.default IntegerGeometricObjects. getGeometricObjectCount()Total number of the point or vector object type occurring in the dataset.default Collection<? extends GeometricObjects>VectorSpatialRepresentation. getGeometricObjects()Information about the geometric objects used in the dataset.GeometricObjectTypeGeometricObjects. getGeometricObjectType()Name of point and vector spatial objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset.RecordGeoreferenceable. getGeoreferencedParameters()Terms which support grid data georeferencing.IntegerGridSpatialRepresentation. getNumberOfDimensions()Number of independent spatial-temporal axes.default InternationalStringGeoreferenceable. getOrientationParameterDescription()Description of parameters used to describe sensor orientation.default Collection<? extends Citation>Georeferenceable. getParameterCitations()Reference providing description of the parameters.PixelOrientationGeorectified. getPointInPixel()Point in a pixel corresponding to the Earth location of the pixel.default Collection<? extends DataQuality>GeolocationInformation. getQualityInfo()Provides an overall assessment of quality of geolocation information.default DoubleDimension. getResolution()Degree of detail in the grid dataset.default TopologyLevelVectorSpatialRepresentation. getTopologyLevel()Code which identifies the degree of complexity of the spatial relationships.default InternationalStringGeorectified. getTransformationDimensionDescription()General description of the transformation.default Collection<? extends InternationalString>Georectified. getTransformationDimensionMapping()Information about which grid dimensions are the spatial dimensions.booleanGeorectified. isCheckPointAvailable()Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data.booleanGeoreferenceable. isControlPointAvailable()Indication of whether or not control point(s) exists.booleanGeoreferenceable. isOrientationParameterAvailable()Indication of whether or not orientation parameters are available.booleanGridSpatialRepresentation. isTransformationParameterAvailable()Indication of whether or not parameters for transformation exists. - 
Uses of UML in org.opengis.parameter
Classes in org.opengis.parameter with annotations of type UML Modifier and Type Interface Description interfaceGeneralParameterDescriptorAbstract definition of a parameter or group of parameters used by an operation method.interfaceGeneralParameterValueAbstract parameter value or group of parameter values.classInvalidParameterNameExceptionThrown when an unexpected parameter was found in a parameter group.classInvalidParameterValueExceptionThrown byParameterValuesetter methods when they are given an invalid value.interfaceParameterDescriptor<T>The definition of a parameter used by an operation method.interfaceParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.classParameterDirectionClass of information to which the referencing entity applies.interfaceParameterValue<T>A single parameter value used by an operation method.interfaceParameterValueGroupA group of related parameter values.Methods in org.opengis.parameter with annotations of type UML Modifier and Type Method Description booleanParameterValue. booleanValue()Returns the boolean value of this parameter.List<GeneralParameterDescriptor>ParameterDescriptorGroup. descriptors()Returns the parameters in this group.doubleParameterValue. doubleValue()Returns the numeric value of this operation parameter.double[]ParameterValue. doubleValueList()Returns an ordered sequence of two or more numeric values of this parameter, where each value has the same associated unit of measure.default TParameterDescriptor. getDefaultValue()Returns the default value for the parameter.default InternationalStringGeneralParameterDescriptor. getDescription()A narrative explanation of the role of the parameter.GeneralParameterDescriptorGeneralParameterValue. getDescriptor()Returns the abstract definition of this parameter or group of parameters.ParameterDescriptor<T>ParameterValue. getDescriptor()Returns the abstract definition of this parameter value.ParameterDescriptorGroupParameterValueGroup. getDescriptor()The abstract definition of this group of parameters.default ParameterDirectionGeneralParameterDescriptor. getDirection()Indication if the parameter is an input to the service, an output or both.default intGeneralParameterDescriptor. getMaximumOccurs()The maximum number of times that values for this parameter group or parameter can be included.default Comparable<T>ParameterDescriptor. getMaximumValue()Returns the maximum parameter value.default intGeneralParameterDescriptor. getMinimumOccurs()The minimum number of times that values for this parameter group or parameter are required.default Comparable<T>ParameterDescriptor. getMinimumValue()Returns the minimum parameter value.ReferenceIdentifierGeneralParameterDescriptor. getName()The name, as used by the service or operation for this parameter.Class<T>ParameterDescriptor. getValueClass()Returns the class that describe the type of the parameter.intParameterValue. intValue()Returns the integer value of this parameter, usually used for a count.int[]ParameterValue. intValueList()Returns an ordered sequence of two or more integer values of this parameter, usually used for counts.StringParameterValue. stringValue()Returns the string value of this parameter.URIParameterValue. valueFile()Returns a reference to a file or a part of a file containing one or more parameter values.List<GeneralParameterValue>ParameterValueGroup. values()Returns all values in this group. - 
Uses of UML in org.opengis.referencing
Classes in org.opengis.referencing with annotations of type UML Modifier and Type Interface Description interfaceAuthorityFactoryBase interface for all authority factories.interfaceIdentifiedObjectIdentification and remarks information for a reference system or CRS-related object.interfaceReferenceIdentifierIdentifier used for reference systems.interfaceReferenceSystemDescription of a spatial and temporal reference system used by a dataset.classReferenceSystemTypeDefines type of reference system used.Fields in org.opengis.referencing with annotations of type UML Modifier and Type Field Description static ReferenceSystemTypeReferenceSystemType. COMPOUND_ENGINEERING_PARAMETRICCompound spatio-parametric coordinate reference system containing an engineering coordinate reference system and a parametric reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_ENGINEERING_PARAMETRIC_TEMPORALCompound spatio-parametric-temporal coordinate reference system containing an engineering, a parametric and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_ENGINEERING_TEMPORALCompound spatio-temporal coordinate reference system containing an engineering coordinate reference system and a temporal reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_ENGINEERING_VERTICALCompound spatial reference system containing a horizontal engineering coordinate reference system and a vertical coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_ENGINEERING_VERTICAL_TEMPORALCompound spatio-temporal coordinate reference system containing an engineering, a vertical, and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_GEOGRAPHIC2D_PARAMETRICCompound spatio-parametric coordinate reference system containing a 2D geographic horizontal coordinate reference system and a parametric reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_GEOGRAPHIC2D_PARAMETRIC_TEMPORALCompound spatio-parametric-temporal coordinate reference system containing a 2D geographic horizontal, a parametric and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_GEOGRAPHIC2D_TEMPORALCompound spatio-temporal coordinate reference system containing a 2D geographic horizontal coordinate reference system and a temporal reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_GEOGRAPHIC2D_VERTICALCompound coordinate reference system in which one constituent coordinate reference system is a horizontal geodetic coordinate reference system and one is a vertical coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_GEOGRAPHIC2D_VERTICAL_TEMPORALCompound spatio-temporal coordinate reference system containing a 2D geographic horizontal, a vertical, and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_GEOGRAPHIC3D_TEMPORALCompound spatio-temporal coordinate reference system containing a 3D geographic and temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_PROJECTED_TEMPORALCompound spatio-temporal reference system containing a projected horizontal and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_PROJECTED_VERTICALCompound spatial reference system containing a horizontal projected coordinate reference system and a vertical coordinate reference.static ReferenceSystemTypeReferenceSystemType. COMPOUND_PROJECTED_VERTICAL_TEMPORALCompound spatio-temporal coordinate reference system containing a projected horizontal, a vertical, and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_PROJECTED2D_PARAMETRICCompound spatio-parametric coordinate reference system containing a projected horizontal coordinate reference system and a parametric reference system.static ReferenceSystemTypeReferenceSystemType. COMPOUND_PROJECTED2D_PARAMETRIC_TEMPORALCompound statio-parametric-temporal coordinate reference system containing a projected horizontal, a parametric, and a temporal coordinate reference system.static ReferenceSystemTypeReferenceSystemType. ENGINEERINGCoordinate reference system based on an engineering datum (datum describing the relationship of a coordinate system to a local reference).static ReferenceSystemTypeReferenceSystemType. ENGINEERING_DESIGNEngineering coordinate reference system in which the base representation of a moving object is specified.static ReferenceSystemTypeReferenceSystemType. ENGINEERING_IMAGECoordinate reference system based on an image datum (engineering datum which defines the relationship of a coordinate reference system to an image).static ReferenceSystemTypeReferenceSystemType. GEODETIC_GEOCENTRICGeodetic CRS having a 3D cartesian coordinate system.static ReferenceSystemTypeReferenceSystemType. GEODETIC_GEOGRAPHIC_2DGeodetic CRS having an ellipsoidal 2D coordinate system.static ReferenceSystemTypeReferenceSystemType. GEODETIC_GEOGRAPHIC_3DGeodetic CRS having an ellipsoidal 3D coordinate system.static ReferenceSystemTypeReferenceSystemType. GEOGRAPHIC_IDENTIFIERSpatial reference in the form of a label or code that identifies a location.static ReferenceSystemTypeReferenceSystemType. LINEARSet of Linear Referencing Methods and the policies, records and procedures for implementing them reference system that identifies a location by reference to a segment of a linear geographic feature and distance along that segment from a given point.static ReferenceSystemTypeReferenceSystemType. PARAMETRICCoordinate reference system based on a parametric datum (datum describing the relationship of parametric coordinate reference system to an object).static ReferenceSystemTypeReferenceSystemType. PROJECTEDCoordinate reference system derived from a two dimensional geodetic coordinate reference system by applying a map projection.static ReferenceSystemTypeReferenceSystemType. TEMPORALReference system against which time is measured.static ReferenceSystemTypeReferenceSystemType. VERTICALOne-dimensional coordinate reference system based on a vertical datum (datum describing the relation of gravity-related heights or depths to the earth).Methods in org.opengis.referencing with annotations of type UML Modifier and Type Method Description default Collection<GenericName>IdentifiedObject. getAlias()Alternative names by which this object is identified.CitationAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.InternationalStringAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.default ExtentReferenceSystem. getDomainOfValidity()Area or region or timeframe in which this (coordinate) reference system is valid.default Set<ReferenceIdentifier>IdentifiedObject. getIdentifiers()An identifier which references elsewhere the object's defining information.ReferenceIdentifierIdentifiedObject. getName()The primary name by which this object is identified.default InternationalStringIdentifiedObject. getRemarks()Comments on or information about this object, including data source information.default InternationalStringReferenceSystem. getScope()Description of domain of usage, or limitations of usage, for which this Reference System object is valid. - 
Uses of UML in org.opengis.referencing.crs
Classes in org.opengis.referencing.crs with annotations of type UML Modifier and Type Interface Description interfaceCompoundCRSA coordinate reference system describing the position of points through two or more independent coordinate reference systems.interfaceCoordinateReferenceSystemBase type of all Coordinate Reference Systems (CRS).interfaceCRSAuthorityFactoryCreates coordinate reference systems using authority codes.interfaceCRSFactoryBuilds up complex coordinate reference systems from simpler objects or values.interfaceDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another CRS but is not a projected CRS.interfaceEngineeringCRSA 1-, 2- or 3-dimensional contextually local coordinate reference system.interfaceGeneralDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system.interfaceGeocentricCRSA 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceGeodeticCRSA 2- or 3-dimensional coordinate reference system associated with a geodetic datum.interfaceGeographicCRSA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.interfaceImageCRSA 2-dimensional engineering coordinate reference system applied to locations in images.interfaceParametricCRSA 1-dimensional coordinate reference system which uses parameter values or functions.interfaceProjectedCRSA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceSingleCRSBase type of coordinate systems related to an object by a datum.interfaceTemporalCRSA 1-dimensional coordinate reference system used for the recording of time.interfaceVerticalCRSA 1-dimensional coordinate reference system used for recording heights or depths.Methods in org.opengis.referencing.crs with annotations of type UML Modifier and Type Method Description CompoundCRSCRSAuthorityFactory. createCompoundCRS(String code)Returns a 3D coordinate reference system from a code.CompoundCRSCRSFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem... components)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSysteminstances.CoordinateReferenceSystemCRSAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.DerivedCRSCRSFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system.EngineeringCRSCRSFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)Creates a engineering coordinate reference system.CoordinateReferenceSystemCRSFactory. createFromWKT(String wkt)Creates a coordinate reference system object from a Well-Known Text.CoordinateReferenceSystemCRSFactory. createFromXML(String xml)Creates a coordinate reference system object from a GML string.GeographicCRSCRSAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSCRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system.ProjectedCRSCRSAuthorityFactory. createProjectedCRS(String code)Returns a projected coordinate reference system from a code.ProjectedCRSCRSFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)Creates a projected coordinate reference system from a defining conversion.VerticalCRSCRSAuthorityFactory. createVerticalCRS(String code)Returns a vertical coordinate reference system from a code.VerticalCRSCRSFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Creates a vertical coordinate reference system.CoordinateReferenceSystemGeneralDerivedCRS. getBaseCRS()Returns the base coordinate reference system.List<CoordinateReferenceSystem>CompoundCRS. getComponents()The ordered list of coordinate reference systems.ConversionGeneralDerivedCRS. getConversionFromBase()Returns the conversion from the base CRS to this CRS.CoordinateSystemGeocentricCRS. getCoordinateSystem()EllipsoidalCSGeographicCRS. getCoordinateSystem()Returns the coordinate system, which shall be ellipsoidal.AffineCSImageCRS. getCoordinateSystem()ParametricCSParametricCRS. getCoordinateSystem()Returns the coordinate system, which shall be parametric.CartesianCSProjectedCRS. getCoordinateSystem()Returns the coordinate system, which shall be Cartesian.CoordinateSystemSingleCRS. getCoordinateSystem()Returns the coordinate system associated to this CRS.TimeCSTemporalCRS. getCoordinateSystem()Returns the coordinate system, which shall be temporal.VerticalCSVerticalCRS. getCoordinateSystem()Returns the coordinate system, which shall be vertical.EngineeringDatumEngineeringCRS. getDatum()Returns the datum, which shall be an engineering one.GeodeticDatumGeodeticCRS. getDatum()Returns the datum, which shall be geodetic.ImageDatumImageCRS. getDatum()Returns the datum, which shall be an image one.ParametricDatumParametricCRS. getDatum()Returns the datum, which shall be parametric.GeodeticDatumProjectedCRS. getDatum()Returns the datum.DatumSingleCRS. getDatum()Returns the datum associated directly or indirectly to this CRS.TemporalDatumTemporalCRS. getDatum()Returns the datum, which shall be temporal.VerticalDatumVerticalCRS. getDatum()Returns the datum, which must be vertical. - 
Uses of UML in org.opengis.referencing.cs
Classes in org.opengis.referencing.cs with annotations of type UML Modifier and Type Interface Description interfaceAffineCSA 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.classAxisDirectionThe direction of positive increase in the coordinate value for a coordinate system axis.interfaceCartesianCSA 2- or 3-dimensional coordinate system with orthogonal straight axes.interfaceCoordinateSystemThe set of coordinate system axes that spans a given coordinate space.interfaceCoordinateSystemAxisDefinition of a coordinate system axis.interfaceCylindricalCSA 3-dimensional coordinate system consisting of aPolarCSextended by a straight axis perpendicular to the plane spanned by the polar CS.interfaceEllipsoidalCSA 2- or 3-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the 3D case) ellipsoidal height.interfaceLinearCSA 1-dimensional coordinate system that consists of the points that lie on the single axis described.interfaceParametricCSA 1-dimensional coordinate system containing a single axis.interfacePolarCSA 2-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.classRangeMeaningMeaning of the axis value range specified through minimum value and maximum value.interfaceSphericalCSA 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interfaceTimeCSA 1-dimensional coordinate system containing a single time axis.interfaceUserDefinedCSA 2- or 3-dimensional coordinate system that consists of any combination of axes not covered by any other CS type.interfaceVerticalCSA 1-dimensional coordinate system used to record the heights or depths of points.Fields in org.opengis.referencing.cs with annotations of type UML Modifier and Type Field Description static AxisDirectionAxisDirection. COLUMN_NEGATIVEAxis positive direction is towards lower pixel column.static AxisDirectionAxisDirection. COLUMN_POSITIVEAxis positive direction is towards higher pixel column.static AxisDirectionAxisDirection. DISPLAY_DOWNAxis positive direction is towards bottom of approximately vertical display surface.static AxisDirectionAxisDirection. DISPLAY_LEFTAxis positive direction is left in display.static AxisDirectionAxisDirection. DISPLAY_RIGHTAxis positive direction is right in display.static AxisDirectionAxisDirection. DISPLAY_UPAxis positive direction is towards top of approximately vertical display surface.static AxisDirectionAxisDirection. DOWNAxis positive direction is down relative to gravity.static AxisDirectionAxisDirection. EASTAxis positive direction is π/2 radians clockwise from north.static AxisDirectionAxisDirection. EAST_NORTH_EASTAxis positive direction is approximately east-north-east.static AxisDirectionAxisDirection. EAST_SOUTH_EASTAxis positive direction is approximately east-south-east.static RangeMeaningRangeMeaning. EXACTAny value between and including minimum value and maximum value is valid.static AxisDirectionAxisDirection. FUTUREAxis positive direction is towards the future.static AxisDirectionAxisDirection. GEOCENTRIC_XAxis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator with the prime meridian.static AxisDirectionAxisDirection. GEOCENTRIC_YAxis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator and the meridian π/2 radians eastwards from the prime meridian.static AxisDirectionAxisDirection. GEOCENTRIC_ZAxis positive direction is from the centre of the modelled earth parallel to its rotation axis and towards its north pole.static AxisDirectionAxisDirection. NORTHAxis positive direction is north.static AxisDirectionAxisDirection. NORTH_EASTAxis positive direction is approximately north-east.static AxisDirectionAxisDirection. NORTH_NORTH_EASTAxis positive direction is approximately north-north-east.static AxisDirectionAxisDirection. NORTH_NORTH_WESTAxis positive direction is approximately north-north-west.static AxisDirectionAxisDirection. NORTH_WESTAxis positive direction is approximately north-west.static AxisDirectionAxisDirection. OTHERUnknown or unspecified axis orientation.static AxisDirectionAxisDirection. PASTAxis positive direction is towards the past.static AxisDirectionAxisDirection. ROW_NEGATIVEAxis positive direction is towards lower pixel row.static AxisDirectionAxisDirection. ROW_POSITIVEAxis positive direction is towards higher pixel row.static AxisDirectionAxisDirection. SOUTHAxis positive direction is π radians clockwise from north.static AxisDirectionAxisDirection. SOUTH_EASTAxis positive direction is approximately south-east.static AxisDirectionAxisDirection. SOUTH_SOUTH_EASTAxis positive direction is approximately south-south-east.static AxisDirectionAxisDirection. SOUTH_SOUTH_WESTAxis positive direction is approximately south-south-west.static AxisDirectionAxisDirection. SOUTH_WESTAxis positive direction is approximately south-west.static AxisDirectionAxisDirection. UPAxis positive direction is up relative to gravity.static AxisDirectionAxisDirection. WESTAxis positive direction is 3π/2 radians clockwise from north.static AxisDirectionAxisDirection. WEST_NORTH_WESTAxis positive direction is approximately west-north-west.static AxisDirectionAxisDirection. WEST_SOUTH_WESTAxis positive direction is approximately west-south-west.static RangeMeaningRangeMeaning. WRAPAROUNDThe axis is continuous with values wrapping around at the minimum value and maximum value.Methods in org.opengis.referencing.cs with annotations of type UML Modifier and Type Method Description Unit<?>CSAuthorityFactory. createUnit(String code)Returns an unit of measurement from a code.StringCoordinateSystemAxis. getAbbreviation()Returns the abbreviation used for this coordinate system axes.CoordinateSystemAxisCoordinateSystem. getAxis(int dimension)Returns the axis for this coordinate system at the specified dimension.AxisDirectionCoordinateSystemAxis. getDirection()Returns the direction of this coordinate system axis.default doubleCoordinateSystemAxis. getMaximumValue()Returns the maximum value normally allowed for this axis, in the unit of measure for the axis.default doubleCoordinateSystemAxis. getMinimumValue()Returns the minimum value normally allowed for this axis, in the unit of measure for the axis.default RangeMeaningCoordinateSystemAxis. getRangeMeaning()Unit<?>CoordinateSystemAxis. getUnit()Returns the unit of measure used for this coordinate system axis. - 
Uses of UML in org.opengis.referencing.datum
Classes in org.opengis.referencing.datum with annotations of type UML Modifier and Type Interface Description interfaceDatumSpecifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.interfaceDatumAuthorityFactoryCreates datum objects using authority codes.interfaceDatumFactoryBuilds up complex datums from simpler objects or values.interfaceEllipsoidGeometric figure that can be used to describe the approximate shape of the earth.interfaceEngineeringDatumDefines the origin of an engineering coordinate reference system.interfaceGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interfaceImageDatumDefines the origin of an image coordinate reference system.interfaceParametricDatumA textual description and/or a set of parameters identifying a particular reference surface used as the origin of a parametric coordinate system, including its position with respect to the Earth.classPixelInCellSpecification of the way the image grid is associated with the image data attributes.interfacePrimeMeridianA prime meridian defines the origin from which longitude values are determined.interfaceTemporalDatumA temporal datum defines the origin of a temporal coordinate reference system.interfaceVerticalDatumA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.classVerticalDatumTypeType of a vertical datum.Fields in org.opengis.referencing.datum with annotations of type UML Modifier and Type Field Description static VerticalDatumTypeVerticalDatumType. BAROMETRICAtmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis.static PixelInCellPixelInCell. CELL_CENTERThe origin of the image coordinate system is the centre of a grid cell or image pixel.static PixelInCellPixelInCell. CELL_CORNERThe origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.static VerticalDatumTypeVerticalDatumType. DEPTHThe zero point of the vertical axis is defined by a surface that has meaning for the purpose which the associated vertical measurements are used for.static VerticalDatumTypeVerticalDatumType. GEOIDALThe zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid.static VerticalDatumTypeVerticalDatumType. OTHER_SURFACEIn some cases, for example oil exploration and production, a geological feature, such as the top or bottom of a geologically identifiable and meaningful subsurface layer, is used as a vertical datum.Methods in org.opengis.referencing.datum with annotations of type UML Modifier and Type Method Description EllipsoidDatumAuthorityFactory. createEllipsoid(String code)Returns an ellipsoid from a code.EllipsoidDatumFactory. createEllipsoid(Map<String,?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit)Creates an ellipsoid from radius values.EngineeringDatumDatumFactory. createEngineeringDatum(Map<String,?> properties)Creates an engineering datum.EllipsoidDatumFactory. createFlattenedSphere(Map<String,?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit)Creates an ellipsoid from an major radius, and inverse flattening.GeodeticDatumDatumAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumDatumFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(String code)Returns a prime meridian from a code.PrimeMeridianDatumFactory. createPrimeMeridian(Map<String,?> properties, double longitude, Unit<Angle> unit)Creates a prime meridian, relative to Greenwich.VerticalDatumDatumAuthorityFactory. createVerticalDatum(String code)Returns a vertical datum from a code.VerticalDatumDatumFactory. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)Creates a vertical datum from an enumerated type value.default InternationalStringDatum. getAnchorPoint()A description, possibly including coordinates of an identified point or points, of the relationship used to anchor the coordinate system to the Earth or alternate object.default InternationalStringTemporalDatum. getAnchorPoint()This attribute is defined in theDatumparent interface, but is not used by a temporal datum.Unit<Angle>PrimeMeridian. getAngularUnit()Returns the angular unit of the Greenwich longitude.Unit<Length>Ellipsoid. getAxisUnit()Returns the linear unit of the semi-major and semi-minor axis values.default ExtentDatum. getDomainOfValidity()Area or region or timeframe in which this datum is valid.EllipsoidGeodeticDatum. getEllipsoid()Returns the ellipsoid.doublePrimeMeridian. getGreenwichLongitude()Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.doubleEllipsoid. getInverseFlattening()Returns the value of the inverse of the flattening constant.DateTemporalDatum. getOrigin()The date and time origin of this temporal datum.PixelInCellImageDatum. getPixelInCell()Specification of the way the image grid is associated with the image data attributes.PrimeMeridianGeodeticDatum. getPrimeMeridian()Returns the prime meridian.default DateDatum. getRealizationEpoch()The time after which this datum definition is valid.default DateTemporalDatum. getRealizationEpoch()This attribute is defined in theDatumparent interface, but is not used by a temporal datum.default InternationalStringDatum. getScope()Description of domain of usage, or limitations of usage, for which this datum object is valid.doubleEllipsoid. getSemiMajorAxis()Length of the semi-major axis of the ellipsoid.doubleEllipsoid. getSemiMinorAxis()Length of the semi-minor axis of the ellipsoid.VerticalDatumTypeVerticalDatum. getVerticalDatumType()The type of this vertical datum.booleanEllipsoid. isIvfDefinitive()Indicates if the inverse flattening is definitive for this ellipsoid.booleanEllipsoid. isSphere()trueif the ellipsoid is degenerate and is actually a sphere. - 
Uses of UML in org.opengis.referencing.operation
Classes in org.opengis.referencing.operation with annotations of type UML Modifier and Type Interface Description interfaceConcatenatedOperationAn ordered sequence of two or more single coordinate operations.interfaceConversionAn operation on coordinates that does not include any change of Datum.interfaceCoordinateOperationA mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interfaceCoordinateOperationAuthorityFactoryCreates coordinate transformation objects from codes.interfaceCoordinateOperationFactoryCreates coordinate operations from parameter values, or infers operations from source and target CRS.interfaceFormulaSpecification of the coordinate operation method formula.interfaceMathTransformTransforms multi-dimensional coordinate points.interfaceMathTransformFactoryLow level factory for creatingMathTransforminstances.interfaceMatrixA two dimensional array of numbers.interfaceOperationMethodDefinition of an algorithm used to perform a coordinate operation.interfacePassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interfaceSingleOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interfaceTransformationAn operation on coordinates that usually includes a change of Datum.Methods in org.opengis.referencing.operation with annotations of type UML Modifier and Type Method Description MathTransformMathTransformFactory. createAffineTransform(Matrix matrix)Creates an affine transform from a matrix.MathTransformMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.CoordinateOperationCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.Set<CoordinateOperation>CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes.MathTransformMathTransformFactory. createFromWKT(String wkt)Creates a math transform object from a Well-Known Text.default MathTransformMathTransformFactory. createFromXML(String xml)Deprecated.This method was defined in OGC 01-009 in anticipation for future normative specification, but no XML format for math transforms have been defined.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.MathTransformMathTransformFactory. createPassThroughTransform(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates)Creates a transform which passes through a subset of coordinates to another transform.MatrixMathTransform. derivative(DirectPosition point)Gets the derivative of this transform at a point.CitationFormula. getCitation()Reference to a publication giving the formula(s) or procedure used by the coordinate operation method.default Collection<PositionalAccuracy>CoordinateOperation. getCoordinateOperationAccuracy()Estimate(s) of the impact of this operation on point accuracy.default ExtentCoordinateOperation. getDomainOfValidity()Area or region or timeframe in which this coordinate operation is valid.InternationalStringFormula. getFormula()Formula(s) or procedure used by the operation method.FormulaOperationMethod. getFormula()Formula(s) or procedure used by this operation method.MathTransformCoordinateOperation. getMathTransform()Gets the math transform.OperationMethodSingleOperation. getMethod()Returns the operation method.int[]PassThroughOperation. getModifiedCoordinates()Returns the ordered sequence of positive integers defining the positions in a source coordinate tuple of the coordinates affected by this pass-through operation.SingleOperationPassThroughOperation. getOperation()Returns the operation to apply on the subset of a coordinate tuple.List<SingleOperation>ConcatenatedOperation. getOperations()Returns the sequence of operations.default StringConversion. getOperationVersion()This attribute is declared inCoordinateOperationbut is not used in a conversion.StringCoordinateOperation. getOperationVersion()Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).StringTransformation. getOperationVersion()Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).ParameterDescriptorGroupOperationMethod. getParameters()The set of parameters.ParameterValueGroupSingleOperation. getParameterValues()Returns the parameter values.default InternationalStringCoordinateOperation. getScope()Description of domain of usage, or limitations of usage, for which this operation is valid.CoordinateReferenceSystemConversion. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemCoordinateOperation. getSourceCRS()Returns the source CRS.CoordinateReferenceSystemTransformation. getSourceCRS()Returns the source CRS.intMathTransform. getSourceDimensions()Gets the dimension of input points.default IntegerOperationMethod. getSourceDimensions()Number of dimensions in the source CRS of this operation method.CoordinateReferenceSystemConversion. getTargetCRS()Returns the target CRS.CoordinateReferenceSystemCoordinateOperation. getTargetCRS()Returns the target CRS.CoordinateReferenceSystemTransformation. getTargetCRS()Returns the target CRS.intMathTransform. getTargetDimensions()Gets the dimension of output points.default IntegerOperationMethod. getTargetDimensions()Number of dimensions in the target CRS of this operation method.MathTransformMathTransform. inverse()Creates the inverse transform of this object.booleanMathTransform. isIdentity()Tests whether this transform does not move any points.StringMathTransform. toWKT()Returns a Well-Known Text (WKT) for this object.voidMathTransform. transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)Transforms a list of coordinate point ordinal values.DirectPositionMathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)Transforms the specifiedptSrcand stores the result inptDst. - 
Uses of UML in org.opengis.util
Classes in org.opengis.util with annotations of type UML Modifier and Type Class Description classCodeList<E extends CodeList<E>>Base class for all code lists.interfaceGenericNameA sequence of identifiers rooted within the context of a namespace.interfaceInternationalStringinterfaceLocalNameIdentifier within a name space for a local object.interfaceMemberNameThe name to identify a member of a record.interfaceNameSpaceA domain in which names given by character strings are defined.interfaceRecordA list of logically related elements as (name, value) pairs in a dictionary.interfaceRecordSchemaA collection of record types.interfaceRecordTypeThe type definition of a record.interfaceScopedNameA composite of aLocalName(as head) for locating another name space, and aGenericName(as tail) valid in that name space.interfaceTypeThe type definition.interfaceTypeNameMethods in org.opengis.util with annotations of type UML Modifier and Type Method Description intGenericName. depth()Indicates the number of levels specified by this name.Map<MemberName,Object>Record. getAttributes()Returns the dictionary of all (name, value) pairs in this record.TypeNameMemberName. getAttributeType()Returns the type of the data associated with the record member.RecordSchemaRecordType. getContainer()Returns the schema that contains this record type.Map<TypeName,RecordType>RecordSchema. getDescription()Returns the dictionary of all (name, record type) pairs in this schema.Map<MemberName,Type>RecordType. getMemberTypes()Returns the dictionary of all (name, type) pairs in this record type.List<? extends LocalName>GenericName. getParsedNames()Returns the sequence of local names making this generic name.List<? extends LocalName>LocalName. getParsedNames()Returns a singleton containing onlythis, since this name is itself a local name.RecordTypeRecord. getRecordType()Returns the type definition of record.LocalNameRecordSchema. getSchemaName()Returns the schema name.TypeNameRecordType. getTypeName()Returns the name that identifies this record type.TypeNameType. getTypeName()Returns the name that identifies this type.LocalNameGenericName. head()Returns the first element in the sequence of parsed names.LocalNameScopedName. head()Returns the first element in the sequence of parsed names.booleanNameSpace. isGlobal()Indicates whether this namespace is a "top level" namespace.ObjectRecord. locate(MemberName name)Returns the value for an attribute of the specified name.RecordTypeRecordSchema. locate(TypeName name)Looks up the provided type name and returns the associated record type.TypeNameRecordType. locate(MemberName name)Looks up the provided attribute name and returns the associated type name.GenericNameNameSpace. name()Represents the identifier of this namespace.ScopedNameGenericName. push(GenericName scope)Returns this name expanded with the specified scope.NameSpaceGenericName. scope()Returns the scope (name space) in which this name is local.GenericNameScopedName. tail()Returns every elements in the sequence of parsed names except for the head.StringLocalName. toString()Returns a locale-independent string representation of this local name.StringMemberName. toString()Returns the name of the member.StringScopedName. toString()Returns a locale-independent string representation of this scoped name.StringTypeName. toString()Returns the local name of the type as aString. 
 -