Uses of Class
org.javastro.ivoa.entities.resource.sia.Query
Packages that use Query
-
Uses of Query in org.javastro.ivoa.entities.resource.sia
Fields in org.javastro.ivoa.entities.resource.sia declared as QueryModifier and TypeFieldDescriptionprotected QuerySimpleImageAccess.testQuerya set of query parameters that is expected to produce at least one matched record which can be used to test the service.Methods in org.javastro.ivoa.entities.resource.sia that return QueryModifier and TypeMethodDescriptionObjectFactory.createQuery()Create an instance ofQuerySimpleImageAccess.getTestQuery()a set of query parameters that is expected to produce at least one matched record which can be used to test the service.Query.withExtras(String value) Query.withVerb(BigInteger value) Methods in org.javastro.ivoa.entities.resource.sia with parameters of type QueryModifier and TypeMethodDescriptionvoidSimpleImageAccess.setTestQuery(Query value) Sets the value of the testQuery property.SimpleImageAccess.withTestQuery(Query value) Constructors in org.javastro.ivoa.entities.resource.sia with parameters of type QueryModifierConstructorDescriptionSimpleImageAccess(List<Validation> validationLevels, String description, List<ServiceInterface> interfaces, String standardID, ImageServiceType imageServiceType, SkySize maxQueryRegionSize, SkySize maxImageExtent, BigInteger maxImageSize, BigInteger maxFileSize, BigInteger maxRecords, Query testQuery) Fully-initialising value constructor