Uses of Enum Class
org.javastro.ivoa.entities.resource.sia.ImageServiceType
Packages that use ImageServiceType
-
Uses of ImageServiceType in org.javastro.ivoa.entities.resource.sia
Fields in org.javastro.ivoa.entities.resource.sia declared as ImageServiceTypeModifier and TypeFieldDescriptionprotected ImageServiceTypeSimpleImageAccess.imageServiceTypeThe class of image service: Cutout, Mosaic, Atlas, PointedFields in org.javastro.ivoa.entities.resource.sia with type parameters of type ImageServiceTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<SimpleImageAccess,ImageServiceType> SimpleImageAccess.PropInfo.IMAGE_SERVICE_TYPEMethods in org.javastro.ivoa.entities.resource.sia that return ImageServiceTypeModifier and TypeMethodDescriptionstatic ImageServiceTypeGets the enum associated to the value passed as parameter.SimpleImageAccess.getImageServiceType()The class of image service: Cutout, Mosaic, Atlas, Pointedstatic ImageServiceTypeReturns the enum constant of this class with the specified name.static ImageServiceType[]ImageServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.sia with parameters of type ImageServiceTypeModifier and TypeMethodDescriptionvoidSimpleImageAccess.Modifier.setImageServiceType(ImageServiceType imageServiceType) voidSimpleImageAccess.setImageServiceType(ImageServiceType value) Sets the value of the imageServiceType property.SimpleImageAccess.Builder.withImageServiceType(ImageServiceType imageServiceType) Sets the new value of "imageServiceType" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.sia with parameters of type ImageServiceTypeModifierConstructorDescriptionSimpleImageAccess(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