Uses of Class
org.javastro.ivoa.entities.resource.sia.SkySize
Packages that use SkySize
-
Uses of SkySize in org.javastro.ivoa.entities.resource.sia
Fields in org.javastro.ivoa.entities.resource.sia declared as SkySizeModifier and TypeFieldDescriptionprotected SkySizeSimpleImageAccess.maxImageExtentNot providing a value is the prefered way to indicate that there is no limit.protected SkySizeSimpleImageAccess.maxQueryRegionSizeNot providing a value is the prefered way to indicate that there is no limit.protected SkySizeQuery.sizethe rectangular size of the region that should be used as part of the query to the SIA service.Methods in org.javastro.ivoa.entities.resource.sia that return SkySizeModifier and TypeMethodDescriptionObjectFactory.createSkySize()Create an instance ofSkySizeSimpleImageAccess.getMaxImageExtent()Not providing a value is the prefered way to indicate that there is no limit.SimpleImageAccess.getMaxQueryRegionSize()Not providing a value is the prefered way to indicate that there is no limit.Query.getSize()the rectangular size of the region that should be used as part of the query to the SIA service.SkySize.withLat(double value) SkySize.withLong(double value) Methods in org.javastro.ivoa.entities.resource.sia with parameters of type SkySizeModifier and TypeMethodDescriptionvoidSimpleImageAccess.setMaxImageExtent(SkySize value) Sets the value of the maxImageExtent property.voidSimpleImageAccess.setMaxQueryRegionSize(SkySize value) Sets the value of the maxQueryRegionSize property.voidSets the value of the size property.SimpleImageAccess.withMaxImageExtent(SkySize value) SimpleImageAccess.withMaxQueryRegionSize(SkySize value) Constructors in org.javastro.ivoa.entities.resource.sia with parameters of type SkySizeModifierConstructorDescriptionQuery(SkyPos pos, SkySize size, BigInteger verb, String extras) Fully-initialising value constructorSimpleImageAccess(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