Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.GlobeCoordinatesValue
Packages that use GlobeCoordinatesValue
Package
Description
Package for mostly static helper code to work with data objects.
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
Serializer for RDF
Package for code related to the conversion of data values to RDF in various ways.
-
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return GlobeCoordinatesValueModifier and TypeMethodDescriptionDatamodelConverter.copy(GlobeCoordinatesValue object) Copies aGlobeCoordinatesValue.static GlobeCoordinatesValueDatamodel.makeGlobeCoordinatesValue(double latitude, double longitude, double precision, String globeIri) Creates aGlobeCoordinatesValue.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type GlobeCoordinatesValueModifier and TypeMethodDescriptionDatamodelConverter.copy(GlobeCoordinatesValue object) Copies aGlobeCoordinatesValue.static booleanEquality.equalsGlobeCoordinatesValue(GlobeCoordinatesValue o1, Object o2) Returnstrueif the parameters are twoGlobeCoordinatesValueobjects with exactly the same data.static intHash.hashCode(GlobeCoordinatesValue o) Returns a hash code for the given object.static StringToString.toString(GlobeCoordinatesValue o) Returns a human-readable string representation of the given object.DatamodelConverter.visit(GlobeCoordinatesValue value) -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement GlobeCoordinatesValueMethods in org.wikidata.wdtk.datamodel.implementation that return GlobeCoordinatesValueModifier and TypeMethodDescriptionDataObjectFactoryImpl.getGlobeCoordinatesValue(double latitude, double longitude, double precision, String globeIri) -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return GlobeCoordinatesValueModifier and TypeMethodDescriptiondefault GlobeCoordinatesValueStatementDocument.findStatementGlobeCoordinatesValue(String propertyId) Returns the uniqueGlobeCoordinatesValuefor the given property, or null if there are zero or many such values given in statements for this property.default GlobeCoordinatesValueStatementDocument.findStatementGlobeCoordinatesValue(PropertyIdValue propertyIdValue) Returns the uniqueGlobeCoordinatesValuefor the given property, or null if there are zero or many such values given in statements for this property.DataObjectFactory.getGlobeCoordinatesValue(double latitude, double longitude, double precision, String globeIri) Creates aGlobeCoordinatesValue.Methods in org.wikidata.wdtk.datamodel.interfaces with parameters of type GlobeCoordinatesValueModifier and TypeMethodDescriptionValueVisitor.visit(GlobeCoordinatesValue value) Visits a GlobeCoordinatesValue and returns a result. -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf with parameters of type GlobeCoordinatesValueModifier and TypeMethodDescriptionstatic StringVocabulary.getGlobeCoordinatesValueUri(GlobeCoordinatesValue value) PropertyRegister.setPropertyTypeFromGlobeCoordinatesValue(PropertyIdValue propertyIdValue, GlobeCoordinatesValue value) Returns the IRI of the primitive Type of an Property forGlobeCoordinatesValueobjects. -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.rdf.values
Methods in org.wikidata.wdtk.rdf.values with parameters of type GlobeCoordinatesValueModifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.ValueGlobeCoordinatesValueConverter.getRdfValue(GlobeCoordinatesValue value, PropertyIdValue propertyIdValue, boolean simple) org.eclipse.rdf4j.model.ValueAnyValueConverter.visit(GlobeCoordinatesValue value) voidGlobeCoordinatesValueConverter.writeValue(GlobeCoordinatesValue value, org.eclipse.rdf4j.model.Resource resource)