Uses of Interface
org.opengis.referencing.ReferenceIdentifier
-
Packages that use ReferenceIdentifier Package Description org.opengis.referencing org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of ReferenceIdentifier in org.opengis.referencing
Methods in org.opengis.referencing that return ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifier
IdentifiedObject. getName()
The primary name by which this object is identified.Methods in org.opengis.referencing that return types with arguments of type ReferenceIdentifier Modifier and Type Method Description java.util.Set<ReferenceIdentifier>
IdentifiedObject. getIdentifiers()
An identifier which references elsewhere the object's defining information. -
Uses of ReferenceIdentifier in org.opengis.test
Methods in org.opengis.test with parameters of type ReferenceIdentifier Modifier and Type Method Description void
ValidatorContainer. validate(ReferenceIdentifier object)
Tests the conformance of the given object.static void
Validators. validate(ReferenceIdentifier object)
Tests the conformance of the given object. -
Uses of ReferenceIdentifier in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ReferenceIdentifier Modifier and Type Method Description void
ReferencingValidator. validate(ReferenceIdentifier object)
Ensures that the given identifier has a code.
-