Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionDatamodelConverter.copy
(GlobeCoordinatesValue object) Copies aGlobeCoordinatesValue
.static GlobeCoordinatesValue
Datamodel.makeGlobeCoordinatesValue
(double latitude, double longitude, double precision, String globeIri) Creates aGlobeCoordinatesValue
.Modifier and TypeMethodDescriptionDatamodelConverter.copy
(GlobeCoordinatesValue object) Copies aGlobeCoordinatesValue
.static boolean
Equality.equalsGlobeCoordinatesValue
(GlobeCoordinatesValue o1, Object o2) Returnstrue
if the parameters are twoGlobeCoordinatesValue
objects with exactly the same data.static int
Hash.hashCode
(GlobeCoordinatesValue o) Returns a hash code for the given object.static String
ToString.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
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getGlobeCoordinatesValue
(double latitude, double longitude, double precision, String globeIri) -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptiondefault GlobeCoordinatesValue
StatementDocument.findStatementGlobeCoordinatesValue
(String propertyId) Returns the uniqueGlobeCoordinatesValue
for the given property, or null if there are zero or many such values given in statements for this property.default GlobeCoordinatesValue
StatementDocument.findStatementGlobeCoordinatesValue
(PropertyIdValue propertyIdValue) Returns the uniqueGlobeCoordinatesValue
for 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
.Modifier and TypeMethodDescriptionValueVisitor.visit
(GlobeCoordinatesValue value) Visits a GlobeCoordinatesValue and returns a result. -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.rdf
Modifier and TypeMethodDescriptionstatic String
Vocabulary.getGlobeCoordinatesValueUri
(GlobeCoordinatesValue value) PropertyRegister.setPropertyTypeFromGlobeCoordinatesValue
(PropertyIdValue propertyIdValue, GlobeCoordinatesValue value) Returns the IRI of the primitive Type of an Property forGlobeCoordinatesValue
objects. -
Uses of GlobeCoordinatesValue in org.wikidata.wdtk.rdf.values
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.Value
GlobeCoordinatesValueConverter.getRdfValue
(GlobeCoordinatesValue value, PropertyIdValue propertyIdValue, boolean simple) org.eclipse.rdf4j.model.Value
AnyValueConverter.visit
(GlobeCoordinatesValue value) void
GlobeCoordinatesValueConverter.writeValue
(GlobeCoordinatesValue value, org.eclipse.rdf4j.model.Resource resource)