Uses of Class
uk.org.siri.www.siri.LocationStructure
Packages that use LocationStructure
-
Uses of LocationStructure in uk.org.siri.www.siri
Methods in uk.org.siri.www.siri that return LocationStructureModifier and TypeMethodDescriptionLocationStructure.Builder.build()LocationStructure.Builder.buildPartial()static LocationStructureLocationStructure.getDefaultInstance()LocationStructure.Builder.getDefaultInstanceForType()LocationStructure.getDefaultInstanceForType()BoundingBoxStructure.Builder.getLowerRight()A geospatial point.BoundingBoxStructure.getLowerRight()A geospatial point.BoundingBoxStructureOrBuilder.getLowerRight()A geospatial point.LineShapeStructure.Builder.getPoint(int index) A geospatial point.LineShapeStructure.getPoint(int index) A geospatial point.LineShapeStructureOrBuilder.getPoint(int index) A geospatial point.BoundingBoxStructure.Builder.getUpperLeft()A geospatial point.BoundingBoxStructure.getUpperLeft()A geospatial point.BoundingBoxStructureOrBuilder.getUpperLeft()A geospatial point.static LocationStructureLocationStructure.parseDelimitedFrom(InputStream input) static LocationStructureLocationStructure.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocationStructureLocationStructure.parseFrom(byte[] data) static LocationStructureLocationStructure.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocationStructureLocationStructure.parseFrom(com.google.protobuf.ByteString data) static LocationStructureLocationStructure.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocationStructureLocationStructure.parseFrom(com.google.protobuf.CodedInputStream input) static LocationStructureLocationStructure.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocationStructureLocationStructure.parseFrom(InputStream input) static LocationStructureLocationStructure.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LocationStructureLocationStructure.parseFrom(ByteBuffer data) static LocationStructureLocationStructure.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in uk.org.siri.www.siri that return types with arguments of type LocationStructureModifier and TypeMethodDescriptioncom.google.protobuf.Parser<LocationStructure> LocationStructure.getParserForType()LineShapeStructure.Builder.getPointList()A geospatial point.LineShapeStructure.getPointList()A geospatial point.LineShapeStructureOrBuilder.getPointList()A geospatial point.static com.google.protobuf.Parser<LocationStructure> LocationStructure.parser()Methods in uk.org.siri.www.siri with parameters of type LocationStructureModifier and TypeMethodDescriptionLineShapeStructure.Builder.addPoint(int index, LocationStructure value) A geospatial point.LineShapeStructure.Builder.addPoint(LocationStructure value) A geospatial point.LocationStructure.Builder.mergeFrom(LocationStructure other) BoundingBoxStructure.Builder.mergeLowerRight(LocationStructure value) A geospatial point.BoundingBoxStructure.Builder.mergeUpperLeft(LocationStructure value) A geospatial point.static LocationStructure.BuilderLocationStructure.newBuilder(LocationStructure prototype) BoundingBoxStructure.Builder.setLowerRight(LocationStructure value) A geospatial point.LineShapeStructure.Builder.setPoint(int index, LocationStructure value) A geospatial point.BoundingBoxStructure.Builder.setUpperLeft(LocationStructure value) A geospatial point.Method parameters in uk.org.siri.www.siri with type arguments of type LocationStructureModifier and TypeMethodDescriptionLineShapeStructure.Builder.addAllPoint(Iterable<? extends LocationStructure> values) A geospatial point.