Uses of Class
org.javastro.ivoa.entities.stc.v1.RegionAreaType
Packages that use RegionAreaType
-
Uses of RegionAreaType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as RegionAreaTypeMethods in org.javastro.ivoa.entities.stc.v1 that return RegionAreaTypeModifier and TypeMethodDescriptionObjectFactory.createRegionAreaType()Create an instance ofRegionAreaTypeRegionType.getArea()Gets the value of the area property.RegionAreaType.withLinearAreaUnit(String value) RegionAreaType.withValidArea(boolean value) RegionAreaType.withValue(double value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type RegionAreaTypeModifier and TypeMethodDescriptionvoidRegionType.setArea(RegionAreaType value) Sets the value of the area property.AllSkyType.withArea(RegionAreaType value) BoxType.withArea(RegionAreaType value) CircleType.withArea(RegionAreaType value) ConvexHullType.withArea(RegionAreaType value) ConvexType.withArea(RegionAreaType value) DiffType.withArea(RegionAreaType value) EllipseType.withArea(RegionAreaType value) IntersectionType.withArea(RegionAreaType value) NegationType.withArea(RegionAreaType value) PolygonType.withArea(RegionAreaType value) RegionType.withArea(RegionAreaType value) SectorType.withArea(RegionAreaType value) ShapeType.withArea(RegionAreaType value) SkyIndexType.withArea(RegionAreaType value) UnionType.withArea(RegionAreaType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type RegionAreaTypeModifierConstructorDescriptionAllSkyType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId) Fully-initialising value constructorBoxType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, Double2Type center, Double2Type size) Fully-initialising value constructorCircleType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, Double2Type center, Double1Type radius) Fully-initialising value constructorConvexHullType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, List<Double3Type> points) Fully-initialising value constructorConvexType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, List<HalfspaceType> halfspaces) Fully-initialising value constructorDiffType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, jakarta.xml.bind.JAXBElement<? extends RegionType> region, jakarta.xml.bind.JAXBElement<? extends RegionType> region2) Fully-initialising value constructorEllipseType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, Double2Type center, Double1Type semiMajorAxis, Double1Type semiMinorAxis, PosAngleType posAngle) Fully-initialising value constructorIntersectionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, List<jakarta.xml.bind.JAXBElement<? extends RegionType>> regions) Fully-initialising value constructorNegationType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, jakarta.xml.bind.JAXBElement<? extends RegionType> region) Fully-initialising value constructorPolygonType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, List<VertexType> vertices) Fully-initialising value constructorRegionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId) Fully-initialising value constructorSectorType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, Double2Type position, PosAngleType posAngle1, PosAngleType posAngle2) Fully-initialising value constructorShapeType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId) Fully-initialising value constructorSkyIndexType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId) Fully-initialising value constructorUnionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, List<jakarta.xml.bind.JAXBElement<? extends RegionType>> regions) Fully-initialising value constructor