Uses of Class
uk.org.siri.www.siri.LocationStructure.Builder
Packages that use LocationStructure.Builder
-
Uses of LocationStructure.Builder in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return LocationStructure.BuilderModifier and TypeMethodDescriptionLineShapeStructure.Builder.addPointBuilder()A geospatial point.LineShapeStructure.Builder.addPointBuilder(int index) A geospatial point.LocationStructure.Builder.clear()LocationStructure.Builder.clearCoordinates()Coordinates of points in a GML compatibe format, as indicated by srsName attribute.LocationStructure.Builder.clearId()Identifier of POINT.LocationStructure.Builder.clearLatitude()Latitude from equator. -90 (South) to +90 (North).LocationStructure.Builder.clearLongitude()Longitude from Greenwich Meridian. -180 (West) to +180 (East).LocationStructure.Builder.clearPrecision()Precision for point measurement.LocationStructure.Builder.clearSrsName()identifier of data reference system for geocodes if point is specified as gml compatible Coordinates.BoundingBoxStructure.Builder.getLowerRightBuilder()A geospatial point.LineShapeStructure.Builder.getPointBuilder(int index) A geospatial point.BoundingBoxStructure.Builder.getUpperLeftBuilder()A geospatial point.LocationStructure.Builder.mergeCoordinates(CoordinatesStructure value) Coordinates of points in a GML compatibe format, as indicated by srsName attribute.LocationStructure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocationStructure.Builder.mergeFrom(com.google.protobuf.Message other) LocationStructure.Builder.mergeFrom(LocationStructure other) static LocationStructure.BuilderLocationStructure.newBuilder()static LocationStructure.BuilderLocationStructure.newBuilder(LocationStructure prototype) LocationStructure.newBuilderForType()protected LocationStructure.BuilderLocationStructure.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) LocationStructure.Builder.setCoordinates(CoordinatesStructure value) Coordinates of points in a GML compatibe format, as indicated by srsName attribute.LocationStructure.Builder.setCoordinates(CoordinatesStructure.Builder builderForValue) Coordinates of points in a GML compatibe format, as indicated by srsName attribute.Identifier of POINT.LocationStructure.Builder.setIdBytes(com.google.protobuf.ByteString value) Identifier of POINT.LocationStructure.Builder.setLatitude(double value) Latitude from equator. -90 (South) to +90 (North).LocationStructure.Builder.setLongitude(double value) Longitude from Greenwich Meridian. -180 (West) to +180 (East).LocationStructure.Builder.setPrecision(int value) Precision for point measurement.LocationStructure.Builder.setSrsName(String value) identifier of data reference system for geocodes if point is specified as gml compatible Coordinates.LocationStructure.Builder.setSrsNameBytes(com.google.protobuf.ByteString value) identifier of data reference system for geocodes if point is specified as gml compatible Coordinates.LocationStructure.toBuilder()Methods in uk.org.siri.www.siri that return types with arguments of type LocationStructure.BuilderModifier and TypeMethodDescriptionLineShapeStructure.Builder.getPointBuilderList()A geospatial point.Methods in uk.org.siri.www.siri with parameters of type LocationStructure.BuilderModifier and TypeMethodDescriptionLineShapeStructure.Builder.addPoint(int index, LocationStructure.Builder builderForValue) A geospatial point.LineShapeStructure.Builder.addPoint(LocationStructure.Builder builderForValue) A geospatial point.BoundingBoxStructure.Builder.setLowerRight(LocationStructure.Builder builderForValue) A geospatial point.LineShapeStructure.Builder.setPoint(int index, LocationStructure.Builder builderForValue) A geospatial point.BoundingBoxStructure.Builder.setUpperLeft(LocationStructure.Builder builderForValue) A geospatial point.