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.referencingpackage. -
-
Uses of ReferenceIdentifier in org.opengis.referencing
Methods in org.opengis.referencing that return ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifierIdentifiedObject. 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 voidValidatorContainer. validate(ReferenceIdentifier object)Tests the conformance of the given object.static voidValidators. 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 voidReferencingValidator. validate(ReferenceIdentifier object)Ensures that the given identifier has a code.
-