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 final SkySizeSkySize.Builder._storedValueprotected 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.Fields in org.javastro.ivoa.entities.resource.sia with type parameters of type SkySizeModifier and TypeFieldDescriptionSkySize.PropInfo.LATSkySize.PropInfo.LONGstatic final com.kscs.util.jaxb.SinglePropertyInfo<SimpleImageAccess,SkySize> SimpleImageAccess.PropInfo.MAX_IMAGE_EXTENTstatic final com.kscs.util.jaxb.SinglePropertyInfo<SimpleImageAccess,SkySize> SimpleImageAccess.PropInfo.MAX_QUERY_REGION_SIZEQuery.PropInfo.SIZEMethods in org.javastro.ivoa.entities.resource.sia with type parameters of type SkySizeModifier and TypeMethodDescriptionprotected <_P extends SkySize>
_PSkySize.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.sia that return SkySizeModifier and TypeMethodDescriptionSkySize.Builder.build()SkySize.clone()SkySize.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) SkySize.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) SkySize.createCopy()SkySize.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.sia with parameters of type SkySizeModifier and TypeMethodDescriptionstatic SkySize.Builder<Void>SkySize.copyExcept(SkySize _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> SkySize.Builder<_B>static <_B> SkySize.Builder<_B>SkySize.copyOf(SkySize _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SkySize.Builder<Void>voidSimpleImageAccess.Modifier.setMaxImageExtent(SkySize maxImageExtent) voidSimpleImageAccess.setMaxImageExtent(SkySize value) Sets the value of the maxImageExtent property.voidSimpleImageAccess.Modifier.setMaxQueryRegionSize(SkySize maxQueryRegionSize) voidSimpleImageAccess.setMaxQueryRegionSize(SkySize value) Sets the value of the maxQueryRegionSize property.voidvoidSets the value of the size property.SimpleImageAccess.Builder.withMaxImageExtent(SkySize maxImageExtent) Sets the new value of "maxImageExtent" (any previous value will be replaced)SimpleImageAccess.Builder.withMaxQueryRegionSize(SkySize maxQueryRegionSize) Sets the new value of "maxQueryRegionSize" (any previous value will be replaced)Sets the new value of "size" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.sia with parameters of type SkySizeModifierConstructorDescriptionBuilder(_B _parentBuilder, SkySize _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Query(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